diff options
| author | dholland <dholland@NetBSD.org> | 2015-06-20 04:18:00 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2015-06-20 04:18:00 +0000 |
| commit | 2007dda4c312b32dee1611e3456dbef7f9fdffec (patch) | |
| tree | 39c883f6c72f28fe5365e2e645c4056cad284ef6 /lib/libc/string | |
| parent | c01a4c8226d28aad379194953258fa3c71993992 (diff) | |
PR 49988 Kamil Rytarowski: fix pasto
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/bcopy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
