diff options
Diffstat (limited to 'lib/libc/string/memset.3')
-rw-r--r-- | lib/libc/string/memset.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index 6e78670..2a1253e 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -58,7 +58,7 @@ bytes of value .Fa c (converted to an unsigned char) to the string .Fa b . -.Sh RETURNS +.Sh RETURN VALUES The .Fn memset function returns its first argument. |