diff options
Diffstat (limited to 'lib/libc/string/memcmp.3')
-rw-r--r-- | lib/libc/string/memcmp.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index 507b930..88ed9a2 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 , |