aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/bzero.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/bzero.3 b/man3/bzero.3
index 9b63025638..1bda9ba07a 100644
--- a/man3/bzero.3
+++ b/man3/bzero.3
@@ -28,9 +28,11 @@ bzero, explicit_bzero \- zero a byte string
.SH SYNOPSIS
.nf
.B #include <strings.h>
-.sp
+
.BI "void bzero(void *" s ", size_t " n );
+.B #include <string.h>
+
.BI "void explicit_bzero(void *" s ", size_t " n );
.fi
.SH DESCRIPTION