diff options
Diffstat (limited to 'man3/bzero.3')
| -rw-r--r-- | man3/bzero.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/bzero.3 b/man3/bzero.3 index 8bdb2d8491..2e5a5c4e23 100644 --- a/man3/bzero.3 +++ b/man3/bzero.3 @@ -28,7 +28,7 @@ .\" Modified Tue Oct 22 23:49:37 1996 by Eric S. Raymond <esr@thyrsus.com> .TH BZERO 3 2002-12-31 "Linux" "Linux Programmer's Manual" .SH NAME -bzero \- write zero bytes +bzero \- write zero-valued bytes .SH SYNOPSIS .nf .B #include <strings.h> @@ -42,7 +42,7 @@ function sets the first .I n bytes of the byte area starting at .I s -to zero. +to zero (bytes containing '\\0'). .SH "RETURN VALUE" None. .SH "CONFORMING TO" |
