diff options
| author | Peter Pentchev <roam@FreeBSD.org> | 2009-12-24 20:35:41 +0000 |
|---|---|---|
| committer | Peter Pentchev <roam@FreeBSD.org> | 2009-12-24 20:35:41 +0000 |
| commit | 93a0caec0fbfee8234ad24e154e0694b7b43f4cd (patch) | |
| tree | 56d5c322b928e6e65c39d4746c671a014450553b | |
| parent | d881cdfdfc4e600d5f04a253238a5b2322f9f952 (diff) | |
Notes
| -rw-r--r-- | lib/libc/locale/isgraph.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3 index 4ba78e3c4d9e..5e06e2e498de 100644 --- a/lib/libc/locale/isgraph.3 +++ b/lib/libc/locale/isgraph.3 @@ -50,7 +50,7 @@ The function tests for any printing character except space .Pq Ql "\ " and other -locale specific space-like characters. +locale-specific space-like characters. The value of the argument must be representable as an .Vt "unsigned char" or the value of |
