aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memcmp.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2010-02-04 11:23:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2010-02-04 11:23:28 +0000
commit2eeaf934088a2e12646ed4850c7a08c42e894c19 (patch)
tree365118d201ee77e45bb1e26430aff6aac77fb6dc /lib/libc/string/memcmp.3
parente28a47de9623fb2c4a447be8a8e120f203e6749f (diff)
downloadsrc-2eeaf934088a2e12646ed4850c7a08c42e894c19.tar.gz
src-2eeaf934088a2e12646ed4850c7a08c42e894c19.zip
Mark up "unsigned char".
Notes
Notes: svn path=/head/; revision=203485
Diffstat (limited to 'lib/libc/string/memcmp.3')
-rw-r--r--lib/libc/string/memcmp.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3
index 507b930cbc6b..88ed9a25934e 100644
--- a/lib/libc/string/memcmp.3
+++ b/lib/libc/string/memcmp.3
@@ -61,7 +61,9 @@ The
function
returns zero if the two strings are identical,
otherwise returns the difference between the first two differing bytes
-(treated as unsigned char values, so that
+(treated as
+.Vt "unsigned char"
+values, so that
.Sq Li \e200
is greater than
.Sq Li \&\e0 ,