diff options
| author | kleink <kleink@NetBSD.org> | 1998-02-03 18:12:34 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-02-03 18:12:34 +0000 |
| commit | b09ee57a4493cc71c09884754ffbda000ba696f7 (patch) | |
| tree | 99f4064030316aae4e8650c50b742daae099a676 /lib/libc/string/bzero.3 | |
| parent | 819d730e2508fdcfbe6117a55e344de0609529e7 (diff) | |
Update SYNOPSIS: the function prototypes reside in <strings.h>.
Diffstat (limited to 'lib/libc/string/bzero.3')
| -rw-r--r-- | lib/libc/string/bzero.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 57a0c8b6034..0d4b4d7d368 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)bzero.3 8.1 (Berkeley) 6/4/93 -.\" $NetBSD: bzero.3,v 1.5 1998/01/30 23:38:16 perry Exp $ +.\" $NetBSD: bzero.3,v 1.6 1998/02/03 18:12:36 kleink Exp $ .\" .Dd June 4, 1993 .Dt BZERO 3 @@ -42,7 +42,7 @@ .Nm bzero .Nd write zeroes to a byte string .Sh SYNOPSIS -.Fd #include <string.h> +.Fd #include <strings.h> .Ft void .Fn bzero "void *b" "size_t len" .Sh DESCRIPTION |
