summaryrefslogtreecommitdiff
path: root/lib/libc/string/bcopy.3
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2010-04-29 06:54:26 +0000
committerjruoho <jruoho@NetBSD.org>2010-04-29 06:54:26 +0000
commit157d0c3eea44560486b1fb690a86cd9b28db68e1 (patch)
tree8203e4e322adb6a856e63bc1b32cdf554a640ae4 /lib/libc/string/bcopy.3
parentfc309475a397c9ca26b0d1ea244f8ad27948bfb7 (diff)
Add some STANDARDS lingo, mainly to note the functions that have been
removed from POSIX (2008).
Diffstat (limited to 'lib/libc/string/bcopy.3')
-rw-r--r--lib/libc/string/bcopy.314
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3
index de02aef32ac..f46cfe0b7be 100644
--- a/lib/libc/string/bcopy.3
+++ b/lib/libc/string/bcopy.3
@@ -29,9 +29,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcopy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: bcopy.3,v 1.11 2003/08/07 16:43:47 agc Exp $
+.\" $NetBSD: bcopy.3,v 1.12 2010/04/29 06:54:26 jruoho Exp $
.\"
-.Dd June 4, 1993
+.Dd April 29, 2010
.Dt BCOPY 3
.Os
.Sh NAME
@@ -63,6 +63,16 @@ is zero, no bytes are copied.
.Xr memmove 3 ,
.Xr strcpy 3 ,
.Xr strncpy 3
+.Sh STANDARDS
+The
+.Fn bcmp
+function conforms to
+.St -p1003.1-2001 .
+The
+.St -p1003.1-2004
+revision marked it as legacy the
+.St -p1003.1-2008
+revision removed it from the specification.
.Sh HISTORY
A
.Fn bcopy