From 6569c5c50996a3ffc19fc4b63fa6d74cd573f4f3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 1 Oct 2002 17:22:00 +0000 Subject: New sentence, new line. From Robert Elz. --- lib/libc/string/memcpy.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/string/memcpy.3') diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3 index 9bba2239275..57613f706cf 100644 --- a/lib/libc/string/memcpy.3 +++ b/lib/libc/string/memcpy.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)memcpy.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: memcpy.3,v 1.9 2002/02/07 07:00:31 ross Exp $ +.\" $NetBSD: memcpy.3,v 1.10 2002/10/01 17:29:59 wiz Exp $ .\" .Dd June 4, 1993 .Dt MEMCPY 3 @@ -59,7 +59,8 @@ bytes from string to string .Fa dst . The arguments must not overlap -- behavior if the arguments overlap is -undefined. To copy byte strings that overlap, use +undefined. +To copy byte strings that overlap, use .Xr memmove 3 . .Sh RETURN VALUES The -- cgit