diff options
author | schwarze <> | 2011-07-25 00:38:53 +0000 |
---|---|---|
committer | schwarze <> | 2011-07-25 00:38:53 +0000 |
commit | 339c056f856313e215baab8ddc4bc0ce064b4571 (patch) | |
tree | 7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/wcsstr.3 | |
parent | 3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c (diff) | |
download | openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.gz openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.tar.bz2 openbsd-339c056f856313e215baab8ddc4bc0ce064b4571.zip |
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
Diffstat (limited to 'src/lib/libc/string/wcsstr.3')
-rw-r--r-- | src/lib/libc/string/wcsstr.3 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/lib/libc/string/wcsstr.3 b/src/lib/libc/string/wcsstr.3 index dc99b70667..73f85c3504 100644 --- a/src/lib/libc/string/wcsstr.3 +++ b/src/lib/libc/string/wcsstr.3 | |||
@@ -1,3 +1,5 @@ | |||
1 | .\" $OpenBSD: wcsstr.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ | ||
2 | .\" | ||
1 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
2 | .\" All rights reserved. | 4 | .\" All rights reserved. |
3 | .\" | 5 | .\" |
@@ -29,9 +31,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
31 | .\" | 33 | .\" |
32 | .\" $OpenBSD: wcsstr.3,v 1.1 2011/07/09 16:32:11 nicm Exp $ | 34 | .Dd $Mdocdate: July 25 2011 $ |
33 | .\" | ||
34 | .Dd $Mdocdate: July 9 2011 $ | ||
35 | .Dt WCSSTR 3 | 35 | .Dt WCSSTR 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -64,13 +64,14 @@ otherwise a pointer to the first wide character of the first occurrence of | |||
64 | .Fa little | 64 | .Fa little |
65 | is returned. | 65 | is returned. |
66 | .Sh SEE ALSO | 66 | .Sh SEE ALSO |
67 | .Xr strstr 3 , | ||
67 | .Xr wcschr 3 , | 68 | .Xr wcschr 3 , |
68 | .Xr wcscspn 3 , | 69 | .Xr wcscspn 3 , |
69 | .Xr wcspbrk 3 , | 70 | .Xr wcspbrk 3 , |
70 | .Xr wcsrchr 3 , | 71 | .Xr wcsrchr 3 , |
71 | .Xr wcsspn 3 , | 72 | .Xr wcsspn 3 , |
72 | .Xr wcstok 3 , | 73 | .Xr wcstok 3 , |
73 | .Xr wmemchr 3 , | 74 | .Xr wmemchr 3 |
74 | .Sh STANDARDS | 75 | .Sh STANDARDS |
75 | The | 76 | The |
76 | .Fn wcsstr | 77 | .Fn wcsstr |
@@ -78,3 +79,10 @@ function conforms to | |||
78 | .St -isoC-99 | 79 | .St -isoC-99 |
79 | and was first introduced in | 80 | and was first introduced in |
80 | .St -isoC-amd1 . | 81 | .St -isoC-amd1 . |
82 | .Sh HISTORY | ||
83 | The | ||
84 | .Fn wcsstr | ||
85 | function was ported from | ||
86 | .Nx | ||
87 | and first appeared in | ||
88 | .Ox 3.8 . | ||