X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..8660941ad630afd60a9b2fc76ce5e8fce4de00d7:/string/FreeBSD/bcmp.3?ds=inline diff --git a/string/FreeBSD/bcmp.3 b/string/FreeBSD/bcmp.3 index e6b18be..a3709e5 100644 --- a/string/FreeBSD/bcmp.3 +++ b/string/FreeBSD/bcmp.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bcmp.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD: src/lib/libc/string/bcmp.3,v 1.9 2002/08/30 21:07:40 robert Exp $ +.\" $FreeBSD: src/lib/libc/string/bcmp.3,v 1.10 2003/09/08 19:57:15 ru Exp $ .\" .Dd June 4, 1993 .Dt BCMP 3 @@ -73,9 +73,9 @@ A function first 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.