summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2016-10-16 05:28:33 +0000
committerwiz <wiz@NetBSD.org>2016-10-16 05:28:33 +0000
commitfea47f47facee7d5293737c8f4299161ef251167 (patch)
tree3fd943e88f4f9d50e20bfa194077dfdfe0759ce2 /lib/libc/string
parentc4c5bc88f395fc7d69c8308a07b6caad3f95f67c (diff)
Add missing word.
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strchr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index c62d1752f88..2fa9d99f174 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strchr.3 8.2 (Berkeley) 4/19/94
-.\" $NetBSD: strchr.3,v 1.12 2016/10/12 20:01:12 christos Exp $
+.\" $NetBSD: strchr.3,v 1.13 2016/10/16 05:28:33 wiz Exp $
.\"
.Dd October 12, 2016
.Dt STRCHR 3
@@ -111,5 +111,5 @@ conforms to
.St -ansiC .
.The
.Fn strchrnul
-appeared in
+function appeared in
.Nx 8 .