document the return value
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 13 Jul 1992 12:34:45 +0000 (04:34 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 13 Jul 1992 12:34:45 +0000 (04:34 -0800)
SCCS-vsn: lib/libc/string/memset.3 5.5

usr/src/lib/libc/string/memset.3

index b7b5996..6e63cfc 100644 (file)
@@ -7,7 +7,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)memset.3   5.4 (Berkeley) %G%
+.\"     @(#)memset.3   5.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MEMSET 3
 .\"
 .Dd 
 .Dt MEMSET 3
@@ -29,6 +29,10 @@ bytes of value
 .Fa c
 (converted to an unsigned char) to the string
 .Fa b .
 .Fa c
 (converted to an unsigned char) to the string
 .Fa b .
+.Sh RETURNS
+The
+.Fn memset
+function returns its first argument.
 .Sh SEE ALSO
 .Xr bzero 3 ,
 .Xr swab 3
 .Sh SEE ALSO
 .Xr bzero 3 ,
 .Xr swab 3