]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/bzero.3
Libc-997.1.1.tar.gz
[apple/libc.git] / string / FreeBSD / bzero.3
index 52d26843054c8ce5cbdc83844b88a384cc9b00a9..04c82de9dd51fa82556a2b051133794deaf85c41 100644 (file)
 .Sh SYNOPSIS
 .In strings.h
 .Ft void
-.Fn bzero "void *b" "size_t len"
+.Fn bzero "void *s" "size_t n"
 .Sh DESCRIPTION
 The
 .Fn bzero
 function
 writes
-.Fa len
-zero bytes to the string
-.Fa b .
+.Fa n
+zeroed bytes to the string
+.Fa s .
 If
-.Fa len
+.Fa n
 is zero,
 .Fn bzero
 does nothing.
@@ -72,3 +72,9 @@ before it was moved to
 for
 .St -p1003.1-2001
 compliance.
+.Pp
+.Fn bzero
+was deprecated in
+.St -p1003.1-2001
+and removed in
+.St -p1003.1-2008 .