diff options
author | ru <ru@FreeBSD.org> | 2010-02-04 11:23:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2010-02-04 11:23:28 +0000 |
commit | 8923df5c26ddfa9cd69e14f78a412c20be8e053b (patch) | |
tree | 365118d201ee77e45bb1e26430aff6aac77fb6dc /lib/libc/string/memchr.3 | |
parent | c9792e6e444e9d81e68f241097f11dcfb6906475 (diff) | |
download | FreeBSD-src-8923df5c26ddfa9cd69e14f78a412c20be8e053b.zip FreeBSD-src-8923df5c26ddfa9cd69e14f78a412c20be8e053b.tar.gz |
Mark up "unsigned char".
Diffstat (limited to 'lib/libc/string/memchr.3')
-rw-r--r-- | lib/libc/string/memchr.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index ae883bf..6e33aef 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -52,7 +52,8 @@ The function locates the first occurrence of .Fa c -(converted to an unsigned char) +(converted to an +.Vt "unsigned char" ) in string .Fa b . .Pp |