summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authormikel <mikel@NetBSD.org>1997-12-06 08:47:05 +0000
committermikel <mikel@NetBSD.org>1997-12-06 08:47:05 +0000
commit583fb06375a58e7e8e92d300725e07eae5823d79 (patch)
treea8bcb219491a6684ef4d21cc57e83d2cf5311ff0 /lib/libc/string
parentd76941843e52f14563e28b09b37ed28ba0c91f04 (diff)
fix typo (s/A/An/)
Diffstat (limited to 'lib/libc/string')
-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 2863ca5ae8b..f51d8c92f8c 100644
--- a/lib/libc/string/index.3
+++ b/lib/libc/string/index.3
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)index.3 5.3 (Berkeley) 4/19/91
-.\" $NetBSD: index.3,v 1.3 1997/10/09 10:08:33 lukem Exp $
+.\" $NetBSD: index.3,v 1.4 1997/12/06 08:47:05 mikel Exp $
.\"
.Dd April 19, 1991
.Dt INDEX 3
@@ -77,7 +77,7 @@ locates the terminating '\e0'.
.Xr strstr 3 ,
.Xr strtok 3
.Sh HISTORY
-A
+An
.Fn index
function appeared in
.At v6 .