diff options
| author | wiz <wiz@NetBSD.org> | 2003-04-16 13:34:34 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-04-16 13:34:34 +0000 |
| commit | 472351e13db0de574eb46dc6a738ebfef119f0e3 (patch) | |
| tree | e975eec838b2062df0e601d4afc64ddf9bb7ab3c /lib/libc/string/string.3 | |
| parent | eb1ff84c33479a2a0ab27219b637c58da5b9ae96 (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/string.3')
| -rw-r--r-- | lib/libc/string/string.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 4da05d667c6..5e4090e860a 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)string.3 8.2 (Berkeley) 12/11/93 -.\" $NetBSD: string.3,v 1.10 2002/02/07 07:00:32 ross Exp $ +.\" $NetBSD: string.3,v 1.11 2003/04/16 13:34:49 wiz Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 @@ -63,7 +63,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]string.h\*[Gt] +.In string.h .Ft char * .Fn strcat "char *s" "const char * append" .Ft char * |
