summaryrefslogtreecommitdiff
path: root/lib/libc/string/bcopy.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/bcopy.3')
-rw-r--r--lib/libc/string/bcopy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3
index ed65187c007..b577b0e368f 100644
--- a/lib/libc/string/bcopy.3
+++ b/lib/libc/string/bcopy.3
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcopy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: bcopy.3,v 1.9 2002/02/07 07:00:31 ross Exp $
+.\" $NetBSD: bcopy.3,v 1.10 2003/04/16 13:34:48 wiz Exp $
.\"
.Dd June 4, 1993
.Dt BCOPY 3
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]strings.h\*[Gt]
+.In strings.h
.Ft void
.Fn bcopy "const void *src" "void *dst" "size_t len"
.Sh DESCRIPTION