Loading...
string/FreeBSD/memcpy.3.patch Libc-391 Libc-320
--- Libc/Libc-391/string/FreeBSD/memcpy.3.patch
+++ Libc/Libc-320/string/FreeBSD/memcpy.3.patch
@@ -1,29 +1,14 @@
---- memcpy.3.orig	Fri May 28 17:44:25 2004
-+++ memcpy.3	Fri May 28 17:45:22 2004
-@@ -41,7 +41,7 @@
- .Os
- .Sh NAME
- .Nm memcpy
--.Nd copy byte string
-+.Nd copy memory area
- .Sh LIBRARY
- .Lb libc
- .Sh SYNOPSIS
-@@ -54,10 +54,22 @@
- function
- copies
- .Fa len
--bytes from string
-+bytes from memory area
+--- memcpy.3.orig	Tue May 20 15:23:54 2003
++++ memcpy.3	Sat Jun 21 06:17:05 2003
+@@ -58,6 +58,18 @@
  .Fa src
--to string
-+to memory area
+ to string
  .Fa dst .
 +If 
 +.Fa src
 +and 
 +.Fa dst
-+overlap, behavior is undefined.
++overlap, behaviour is undefined.
 +Applications in which
 +.Fa src
 +and