summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-01-02 11:27:45 +0000
committeritojun <itojun@NetBSD.org>2001-01-02 11:27:45 +0000
commit656dac34b5daf713c067d3a805be407804592cb1 (patch)
treeb4e9324fef657094e68977907e7506c697d6b780 /lib/libc/string
parent11f22d503c5d32401b7e0dcf76ddab1dd3ac91a4 (diff)
wording (correct?)
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/wmemchr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3
index 6929812962a..03608ef06f6 100644
--- a/lib/libc/string/wmemchr.3
+++ b/lib/libc/string/wmemchr.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: wmemchr.3,v 1.4 2001/01/02 11:26:23 itojun Exp $
+.\" $NetBSD: wmemchr.3,v 1.5 2001/01/02 11:27:45 itojun Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -109,7 +109,7 @@
.Sh DESCRIPTION
The functions implement string manipulation operations over wide character
strings.
-For detailed a description, refer to documents for the respective single-byte
+For a detailed description, refer to documents for the respective single-byte
counterpart, such as
.Xr memchr 3 .
.Sh SEE ALSO