summaryrefslogtreecommitdiff
path: root/lib/libc/string/index.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/index.3')
-rw-r--r--lib/libc/string/index.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3
index e79b77c194f..40ded3d97d3 100644
--- a/lib/libc/string/index.3
+++ b/lib/libc/string/index.3
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)index.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: index.3,v 1.9 2002/02/07 07:00:31 ross Exp $
+.\" $NetBSD: index.3,v 1.10 2003/04/16 13:34:49 wiz Exp $
.\"
.Dd June 4, 1993
.Dt INDEX 3
@@ -43,7 +43,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]strings.h\*[Gt]
+.In strings.h
.Ft char *
.Fn index "const char *s" "int c"
.Sh DESCRIPTION