diff options
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 |