diff options
| author | perry <perry@NetBSD.org> | 1998-02-05 18:45:17 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-05 18:45:17 +0000 |
| commit | 312aca536fc7f9c37d79535a99e8e78dcd8187ec (patch) | |
| tree | f7c8aefe8ca54acc1da0558411a91caa1188b5e1 /lib/libc/string/string.3 | |
| parent | 09d3729694cd81e0a7645407b2d8ae2e693fd59c (diff) | |
add LIBRARY section to man page
Diffstat (limited to 'lib/libc/string/string.3')
| -rw-r--r-- | lib/libc/string/string.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 31dc3be35c2..0d6a4e9f6e3 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.4 1998/01/30 23:38:33 perry Exp $ +.\" $NetBSD: string.3,v 1.5 1998/02/05 18:50:51 perry Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 @@ -59,6 +59,8 @@ .Nm index , .Nm rindex .Nd string specific functions +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <string.h> .Ft char * |
