diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-30 21:07:40 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-30 21:07:40 +0000 |
| commit | 9abf5797a0987be44fffbdf7fe99714c956b8350 (patch) | |
| tree | e3d0d3ae87c4237a426a4acdbc56a7dee4e7a8f6 /lib/libc/string/bcmp.3 | |
| parent | cbc98d05412e3ad5ed3de42a06dc8f7993586359 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/bcmp.3')
| -rw-r--r-- | lib/libc/string/bcmp.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index c33dd21eb5ed..aa7c2cd49cdb 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -43,7 +43,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In string.h +.In strings.h .Ft int .Fn bcmp "const void *b1" "const void *b2" "size_t len" .Sh DESCRIPTION @@ -72,3 +72,10 @@ A .Fn bcmp function first appeared in .Bx 4.2 . +Its prototype existed previously in +.Aq Pa string.h +before it was moved to +.Aq Pa strings.h +for +.St -p1003.1-2001 +compliance. |
