summaryrefslogtreecommitdiff
path: root/lib/libc/string/bcmp.3
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2015-11-24 09:14:36 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2015-11-24 09:14:36 +0000
commit1f4d2c0965d5251bd021bb9c4f02de687a4bc091 (patch)
tree8a0c0e3f758436c8644f68459fa5577286882fb7 /lib/libc/string/bcmp.3
parent23d9236482eb9dc600a8fbdf31a66d5a75856dc7 (diff)
Document that these functions are now in strings.h.
ok millert@
Diffstat (limited to 'lib/libc/string/bcmp.3')
-rw-r--r--lib/libc/string/bcmp.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3
index 720a8bf3040..a3cb1dfb743 100644
--- a/lib/libc/string/bcmp.3
+++ b/lib/libc/string/bcmp.3
@@ -27,16 +27,16 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: bcmp.3,v 1.11 2014/06/13 02:12:17 matthew Exp $
+.\" $OpenBSD: bcmp.3,v 1.12 2015/11/24 09:14:35 daniel Exp $
.\"
-.Dd $Mdocdate: June 13 2014 $
+.Dd $Mdocdate: November 24 2015 $
.Dt BCMP 3
.Os
.Sh NAME
.Nm bcmp
.Nd compare byte string
.Sh SYNOPSIS
-.In string.h
+.In strings.h
.Ft int
.Fn bcmp "const void *b1" "const void *b2" "size_t len"
.Sh DESCRIPTION