summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wmemchr.3
diff options
context:
space:
mode:
authorjmc <>2010-09-10 18:38:20 +0000
committerjmc <>2010-09-10 18:38:20 +0000
commit47e979d0c84be8a65d97194c79668c3de2600f6f (patch)
tree57adc327ed33cdce1199bdd11e3eb19f756f31a9 /src/lib/libc/string/wmemchr.3
parentd9f82ce863bd9db2aa9895c1ca5d07d82cc577ca (diff)
downloadopenbsd-47e979d0c84be8a65d97194c79668c3de2600f6f.tar.gz
openbsd-47e979d0c84be8a65d97194c79668c3de2600f6f.tar.bz2
openbsd-47e979d0c84be8a65d97194c79668c3de2600f6f.zip
observe the following spelling:
- wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream;
Diffstat (limited to 'src/lib/libc/string/wmemchr.3')
-rw-r--r--src/lib/libc/string/wmemchr.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/string/wmemchr.3 b/src/lib/libc/string/wmemchr.3
index 395488829d..ff82c7b530 100644
--- a/src/lib/libc/string/wmemchr.3
+++ b/src/lib/libc/string/wmemchr.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: wmemchr.3,v 1.3 2007/05/31 19:19:32 jmc Exp $ 1.\" $OpenBSD: wmemchr.3,v 1.4 2010/09/10 18:38:20 jmc Exp $
2.\" 2.\"
3.\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $ 3.\" $NetBSD: wmemchr.3,v 1.9 2003/09/08 17:54:33 wiz Exp $
4.\" 4.\"
@@ -35,7 +35,7 @@
35.\" 35.\"
36.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93 36.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93
37.\" 37.\"
38.Dd $Mdocdate: May 31 2007 $ 38.Dd $Mdocdate: September 10 2010 $
39.Dt WMEMCHR 3 39.Dt WMEMCHR 3
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -59,7 +59,7 @@
59.Nm wcsrchr , 59.Nm wcsrchr ,
60.Nm wcsspn , 60.Nm wcsspn ,
61.Nm wcsstr 61.Nm wcsstr
62.Nd wide character string manipulation operations 62.Nd wide-character string manipulation operations
63.Sh SYNOPSIS 63.Sh SYNOPSIS
64.In wchar.h 64.In wchar.h
65.Ft wchar_t * 65.Ft wchar_t *
@@ -103,7 +103,7 @@
103.Ft wchar_t * 103.Ft wchar_t *
104.Fn wcsstr "const wchar_t *s1" "const wchar_t *s2" 104.Fn wcsstr "const wchar_t *s1" "const wchar_t *s2"
105.Sh DESCRIPTION 105.Sh DESCRIPTION
106These functions implement string manipulation operations over wide character 106These functions implement string manipulation operations over wide-character
107strings. 107strings.
108For a detailed description, refer to documents for the respective single-byte 108For a detailed description, refer to documents for the respective single-byte
109counterpart, such as 109counterpart, such as