Loading...
string/FreeBSD/memset.3 Libc-1725.40.4 Libc-763.13
--- Libc/Libc-1725.40.4/string/FreeBSD/memset.3
+++ Libc/Libc-763.13/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.10 2010/02/04 11:23:28 ru Exp $
+.\" $FreeBSD: src/lib/libc/string/memset.3,v 1.9 2009/04/07 13:42:53 trasz Exp $
 .\"
 .Dd June 4, 1993
 .Dt MEMSET 3
 .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,9 +52,7 @@
 .Fa len
 bytes of value
 .Fa c
-(converted to an
-.Vt "unsigned char" )
-to the string
+(converted to an unsigned char) to the string
 .Fa b .
 .Sh RETURN VALUES
 The
@@ -62,8 +60,6 @@
 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