diff options
| author | jruoho <jruoho@NetBSD.org> | 2010-04-29 06:54:26 +0000 |
|---|---|---|
| committer | jruoho <jruoho@NetBSD.org> | 2010-04-29 06:54:26 +0000 |
| commit | 157d0c3eea44560486b1fb690a86cd9b28db68e1 (patch) | |
| tree | 8203e4e322adb6a856e63bc1b32cdf554a640ae4 /lib/libc/string/bzero.3 | |
| parent | fc309475a397c9ca26b0d1ea244f8ad27948bfb7 (diff) | |
Add some STANDARDS lingo, mainly to note the functions that have been
removed from POSIX (2008).
Diffstat (limited to 'lib/libc/string/bzero.3')
| -rw-r--r-- | lib/libc/string/bzero.3 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 9a15cd68035..b47d5b8839b 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -29,9 +29,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)bzero.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: bzero.3,v 1.12 2003/08/07 16:43:47 agc Exp $ +.\" $NetBSD: bzero.3,v 1.13 2010/04/29 06:54:26 jruoho Exp $ .\" -.Dd June 4, 1993 +.Dd April 29, 2010 .Dt BZERO 3 .Os .Sh NAME @@ -59,6 +59,21 @@ does nothing. .Sh SEE ALSO .Xr memset 3 , .Xr swab 3 +.Sh STANDARDS +The +.Fn bzero +function conforms to +.St -p1003.1-2001 . +The +.St -p1003.1-2004 +revision marked it as legacy and recommended the use of +.Xr memset 3 +instead. +The +.St -p1003.1-2008 +revision removed +.Fn bzero +from the specification. .Sh HISTORY A .Fn bzero |
