memset.3.patch   [plain text]


--- memset.3.orig	2008-02-29 10:45:51.000000000 -0800
+++ memset.3	2008-02-29 10:59:18.000000000 -0800
@@ -41,7 +41,7 @@
 .Os
 .Sh NAME
 .Nm memset
-.Nd write a byte to byte string
+.Nd fill a byte string with a byte value
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
@@ -56,7 +56,7 @@
 .Fa len
 bytes of value
 .Fa c
-(converted to an unsigned char) to the string
+(converted to an unsigned char) to the byte string
 .Fa b .
 .Sh RETURN VALUES
 The
@@ -64,6 +64,7 @@
 function returns its first argument.
 .Sh SEE ALSO
 .Xr bzero 3 ,
+.Xr memset_pattern 3 ,
 .Xr swab 3
 .Sh STANDARDS
 The