]> git.saurik.com Git - apple/libc.git/blob - string/FreeBSD/memset.3.patch
Libc-594.1.4.tar.gz
[apple/libc.git] / string / FreeBSD / memset.3.patch
1 --- memset.3.orig 2008-02-29 10:45:51.000000000 -0800
2 +++ memset.3 2008-02-29 10:59:18.000000000 -0800
3 @@ -41,7 +41,7 @@
4 .Os
5 .Sh NAME
6 .Nm memset
7 -.Nd write a byte to byte string
8 +.Nd fill a byte string with a byte value
9 .Sh LIBRARY
10 .Lb libc
11 .Sh SYNOPSIS
12 @@ -56,7 +56,7 @@
13 .Fa len
14 bytes of value
15 .Fa c
16 -(converted to an unsigned char) to the string
17 +(converted to an unsigned char) to the byte string
18 .Fa b .
19 .Sh RETURN VALUES
20 The
21 @@ -64,6 +64,7 @@
22 function returns its first argument.
23 .Sh SEE ALSO
24 .Xr bzero 3 ,
25 +.Xr memset_pattern 3 ,
26 .Xr swab 3
27 .Sh STANDARDS
28 The