diff options
author | ru <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
commit | 928d297eeb1b1084c1525eb3aba0cee109fed2b6 (patch) | |
tree | 8357787c5962631f6dc96a7483518171f91c2b20 /lib/libc/locale/isalnum.3 | |
parent | be367893cde807eabde21d3c27468e630a24c071 (diff) | |
download | FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.zip FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.tar.gz |
-mdoc sweep.
Diffstat (limited to 'lib/libc/locale/isalnum.3')
-rw-r--r-- | lib/libc/locale/isalnum.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3 index 02e2dd2..d550485 100644 --- a/lib/libc/locale/isalnum.3 +++ b/lib/libc/locale/isalnum.3 @@ -57,7 +57,7 @@ or .Xr isdigit 3 is true. The value of the argument must be representable as an -.Vt unsigned char +.Vt "unsigned char" or the value of .Dv EOF . .Pp |