Loading...
--- Libc/Libc-1725.40.4/string/FreeBSD/bzero.3
+++ Libc/Libc-763.13/string/FreeBSD/bzero.3
@@ -42,17 +42,17 @@
.Sh SYNOPSIS
.In strings.h
.Ft void
-.Fn bzero "void *s" "size_t n"
+.Fn bzero "void *b" "size_t len"
.Sh DESCRIPTION
The
.Fn bzero
function
writes
-.Fa n
-zeroed bytes to the string
-.Fa s .
+.Fa len
+zero bytes to the string
+.Fa b .
If
-.Fa n
+.Fa len
is zero,
.Fn bzero
does nothing.
@@ -72,9 +72,3 @@
for
.St -p1003.1-2001
compliance.
-.Pp
-.Fn bzero
-was deprecated in
-.St -p1003.1-2001
-and removed in
-.St -p1003.1-2008 .