From 9fb35611cc3d03bef8b690b62e0904507c414a61 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 21 Apr 2000 15:24:20 +0000 Subject: Flesh out libc string function man pages. --- src/lib/libc/string/memset.3 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'src/lib/libc/string/memset.3') diff --git a/src/lib/libc/string/memset.3 b/src/lib/libc/string/memset.3 index e1d8583732..9da14983c7 100644 --- a/src/lib/libc/string/memset.3 +++ b/src/lib/libc/string/memset.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memset.3,v 1.3 1997/08/24 21:56:45 deraadt Exp $ +.\" $OpenBSD: memset.3,v 1.4 2000/04/21 15:24:19 aaron Exp $ .\" .Dd June 29, 1991 .Dt MEMSET 3 @@ -48,18 +48,18 @@ .Sh DESCRIPTION The .Fn memset -function -writes +function writes .Fa len bytes of value .Fa c -(converted to an unsigned char) to the string +(converted to an +.Li unsigned char ) +to the string .Fa b . .Sh RETURN VALUES The .Fn memset -function -returns the original value of +function returns the original value of .Fa b . .Sh SEE ALSO .Xr bzero 3 , @@ -67,6 +67,5 @@ returns the original value of .Sh STANDARDS The .Fn memset -function -conforms to +function conforms to .St -ansiC . -- cgit v1.2.3-55-g6feb