From 2007dda4c312b32dee1611e3456dbef7f9fdffec Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 20 Jun 2015 04:18:00 +0000 Subject: PR 49988 Kamil Rytarowski: fix pasto --- lib/libc/string/bcopy.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 5b01f88150f..d806a0079aa 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -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 these. .Xr strncpy 3 .Sh STANDARDS The -.Fn bcmp +.Fn bcopy function conforms to .St -p1003.1-2001 . The -- cgit