diff options
Diffstat (limited to 'src/lib/libc/string/wmemchr.3')
-rw-r--r-- | src/lib/libc/string/wmemchr.3 | 8 |
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 |
106 | These functions implement string manipulation operations over wide character | 106 | These functions implement string manipulation operations over wide-character |
107 | strings. | 107 | strings. |
108 | For a detailed description, refer to documents for the respective single-byte | 108 | For a detailed description, refer to documents for the respective single-byte |
109 | counterpart, such as | 109 | counterpart, such as |