diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-09-01 21:53:46 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-09-01 21:53:46 +0000 |
| commit | bc0ad8e7a1c5acaebd9516356b2c00619f77a053 (patch) | |
| tree | e5800830b427bd6f024dc17e7f70e2cde2514fa4 /lib/libc/string/bzero.3 | |
| parent | f36ba45234e29c86aa1d00093022d2f6c49f9c38 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/bzero.3')
| -rw-r--r-- | lib/libc/string/bzero.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 78038352e376..71b8520fd3fd 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -44,7 +44,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In string.h +.In strings.h .Ft void .Fn bzero "void *b" "size_t len" .Sh DESCRIPTION @@ -69,3 +69,10 @@ A function appeared in .Bx 4.3 . +Its prototype existed previously in +.Aq Pa string.h +before it was moved to +.Aq Pa strings.h +for +.St -p1003.1-2001 +compliance. |
