summaryrefslogtreecommitdiff
path: root/lib/libc/string/string.3
diff options
context:
space:
mode:
authorross <ross@NetBSD.org>2002-02-07 07:00:09 +0000
committerross <ross@NetBSD.org>2002-02-07 07:00:09 +0000
commit814f296b77c605e63fa8be84c9484b39d6077f8f (patch)
tree79251720479020b6ee5a13c64539177113b9a6c4 /lib/libc/string/string.3
parent9c2af9970a60a088630bf9823c40845df1482185 (diff)
Generate <>& symbolically.
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r--lib/libc/string/string.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index fe01d76abf2..4da05d667c6 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.9 2001/09/16 01:41:10 wiz Exp $
+.\" $NetBSD: string.3,v 1.10 2002/02/07 07:00:32 ross Exp $
.\"
.Dd December 11, 1993
.Dt STRING 3
@@ -63,7 +63,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <string.h>
+.Fd #include \*[Lt]string.h\*[Gt]
.Ft char *
.Fn strcat "char *s" "const char * append"
.Ft char *