Loading...
string/FreeBSD/memset.3 Libc-825.26 Libc-763.13
--- Libc/Libc-825.26/string/FreeBSD/memset.3
+++ Libc/Libc-763.13/string/FreeBSD/memset.3
@@ -37,7 +37,7 @@
 .Os
 .Sh NAME
 .Nm memset
-.Nd fill a byte string with a byte value
+.Nd write a byte to byte string
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
@@ -52,7 +52,7 @@
 .Fa len
 bytes of value
 .Fa c
-(converted to an unsigned char) to the byte string
+(converted to an unsigned char) to the string
 .Fa b .
 .Sh RETURN VALUES
 The
@@ -60,7 +60,6 @@
 function returns its first argument.
 .Sh SEE ALSO
 .Xr bzero 3 ,
-.Xr memset_pattern 3 ,
 .Xr swab 3 ,
 .Xr wmemset 3
 .Sh STANDARDS