X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..c957a83bde4df2e2d3d1ed0963656856b48ef0a0:/string/FreeBSD/bcopy.3 diff --git a/string/FreeBSD/bcopy.3 b/string/FreeBSD/bcopy.3 index 5c54ca8..6513af4 100644 --- a/string/FreeBSD/bcopy.3 +++ b/string/FreeBSD/bcopy.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD: src/lib/libc/string/bcopy.3,v 1.8 2002/09/01 21:53:46 robert Exp $ +.\" $FreeBSD: src/lib/libc/string/bcopy.3,v 1.9 2003/09/08 19:57:15 ru Exp $ .\" .Dd June 4, 1993 .Dt BCOPY 3 @@ -73,9 +73,9 @@ A function appeared in .Bx 4.2 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance.