X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..5f1254882f242514d4ceaf1ecebb140dcc2a511d:/string/FreeBSD/memset.3 diff --git a/string/FreeBSD/memset.3 b/string/FreeBSD/memset.3 index 73ffcec..2c96f50 100644 --- a/string/FreeBSD/memset.3 +++ b/string/FreeBSD/memset.3 @@ -30,14 +30,14 @@ .\" SUCH DAMAGE. .\" .\" @(#)memset.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD: src/lib/libc/string/memset.3,v 1.9 2009/04/07 13:42:53 trasz Exp $ +.\" $FreeBSD: src/lib/libc/string/memset.3,v 1.10 2010/02/04 11:23:28 ru Exp $ .\" .Dd June 4, 1993 .Dt MEMSET 3 .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 @@ -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 @@ -60,6 +62,8 @@ The function returns its first argument. .Sh SEE ALSO .Xr bzero 3 , +.Xr memset_pattern 3 , +.Xr memset_s.3 , .Xr swab 3 , .Xr wmemset 3 .Sh STANDARDS