diff options
author | araujo <araujo@FreeBSD.org> | 2015-08-24 01:53:18 +0000 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2015-08-24 01:53:18 +0000 |
commit | 8ff00506cbb399395cfe74b7ca334f7dc34a4f18 (patch) | |
tree | c29b8a1192161ed6813a8818e57bc5b6b461388b /lib/libc/string | |
parent | d3a80abb42524748eb0e932fdb7448ac1b0d2c56 (diff) | |
download | FreeBSD-src-8ff00506cbb399395cfe74b7ca334f7dc34a4f18.zip FreeBSD-src-8ff00506cbb399395cfe74b7ca334f7dc34a4f18.tar.gz |
Fix spelling.
Reviewed by: wblock, pfg
Approved by: bapt (mentor)
Differential Revision: D3380
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/bcopy.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index c1bb807..ac480f8 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -31,7 +31,7 @@ .\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd August 14, 2015 +.Dd August 24, 2015 .Dt BCOPY 3 .Os .Sh NAME @@ -76,7 +76,6 @@ for .St -p1003.1-2001 compliance. .Pp -The .St -p1003.1-2008 removes the specification of .Fn bcopy |