]> git.saurik.com Git - apple/libc.git/blame - string/FreeBSD/bzero.3.patch
Libc-498.1.7.tar.gz
[apple/libc.git] / string / FreeBSD / bzero.3.patch
CommitLineData
224c7076
A
1--- _SB/Libc/string/FreeBSD/bzero.3 2004-11-25 11:38:46.000000000 -0800
2+++ _SB/Libc/string/FreeBSD/bzero.3.edit 2006-06-28 16:55:53.000000000 -0700
3@@ -46,17 +46,17 @@
4 .Sh SYNOPSIS
5 .In strings.h
6 .Ft void
7-.Fn bzero "void *b" "size_t len"
8+.Fn bzero "void *s" "size_t n"
9 .Sh DESCRIPTION
10 The
11 .Fn bzero
12 function
13 writes
14-.Fa len
15-zero bytes to the string
16-.Fa b .
17+.Fa n
18+zeroed bytes to the string
19+.Fa s .
20 If
21-.Fa len
22+.Fa n
23 is zero,
24 .Fn bzero
25 does nothing.