summaryrefslogtreecommitdiff
path: root/lib/libc/string/bzero.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-04-16 13:34:34 +0000
committerwiz <wiz@NetBSD.org>2003-04-16 13:34:34 +0000
commit472351e13db0de574eb46dc6a738ebfef119f0e3 (patch)
treee975eec838b2062df0e601d4afc64ddf9bb7ab3c /lib/libc/string/bzero.3
parenteb1ff84c33479a2a0ab27219b637c58da5b9ae96 (diff)
Use
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
Diffstat (limited to 'lib/libc/string/bzero.3')
-rw-r--r--lib/libc/string/bzero.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3
index a3770c3e392..4c7c9072f10 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.10 2002/02/07 07:00:31 ross Exp $
+.\" $NetBSD: bzero.3,v 1.11 2003/04/16 13:34:48 wiz Exp $
.\"
.Dd June 4, 1993
.Dt BZERO 3
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]strings.h\*[Gt]
+.In strings.h
.Ft void
.Fn bzero "void *b" "size_t len"
.Sh DESCRIPTION