Module Name: src
Committed By: dholland
Date: Sat Jun 20 04:18:00 UTC 2015
Modified Files:
src/lib/libc/string: bcopy.3
Log Message:
PR 49988 Kamil Rytarowski: fix pasto
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/bcopy.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/string/bcopy.3
diff -u src/lib/libc/string/bcopy.3:1.14 src/lib/libc/string/bcopy.3:1.15
--- src/lib/libc/string/bcopy.3:1.14 Sat May 5 21:24:19 2012
+++ src/lib/libc/string/bcopy.3 Sat Jun 20 04:18:00 2015
@@ -29,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcopy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: bcopy.3,v 1.14 2012/05/05 21:24:19 dholland Exp $
+.\" $NetBSD: bcopy.3,v 1.15 2015/06/20 04:18:00 dholland Exp $
.\"
.Dd May 5, 2012
.Dt BCOPY 3
@@ -79,7 +79,7 @@ arguments in the opposite order from the
.Xr strncpy 3
.Sh STANDARDS
The
-.Fn bcmp
+.Fn bcopy
function conforms to
.St -p1003.1-2001 .
The