diff options
Diffstat (limited to 'lib/libc/string/memset.3')
-rw-r--r-- | lib/libc/string/memset.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 1dc287d..07bd7aa 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -52,7 +52,9 @@ writes .Fa len bytes of value .Fa c -(converted to an unsigned char) to the string +(converted to an +.Vt "unsigned char" ) +to the string .Fa b . .Sh RETURN VALUES The |