From 403f5844d16c63a63b8ce33a354e4871cb93df4c Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Jun 1999 18:01:34 +0000 Subject: repairs --- src/lib/libc/string/memccpy.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/memccpy.3') diff --git a/src/lib/libc/string/memccpy.3 b/src/lib/libc/string/memccpy.3 index c2e15b1405..873d3f784b 100644 --- a/src/lib/libc/string/memccpy.3 +++ b/src/lib/libc/string/memccpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: memccpy.3,v 1.4 1998/06/15 17:55:09 mickey Exp $ +.\" $OpenBSD: memccpy.3,v 1.5 1999/06/29 18:01:32 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,7 +62,7 @@ in the string is returned. Otherwise, .Fa len -bytes are copied, and a NULL pointer is returned. +bytes are copied, and a null pointer is returned. .Sh SEE ALSO .Xr bcopy 3 , .Xr memcpy 3 , -- cgit v1.2.3-55-g6feb