summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscspn.3
diff options
context:
space:
mode:
authorschwarze <>2011-07-25 00:38:53 +0000
committerschwarze <>2011-07-25 00:38:53 +0000
commit4177f58a54256bfade9e5f9b4e2d5de8559df24c (patch)
tree7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/wcscspn.3
parentdf65e1e7298f644359a9e80e947e7d237c0479b8 (diff)
downloadopenbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.tar.gz
openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.tar.bz2
openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.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/wcscspn.3')
-rw-r--r--src/lib/libc/string/wcscspn.314
1 files changed, 11 insertions, 3 deletions
diff --git a/src/lib/libc/string/wcscspn.3 b/src/lib/libc/string/wcscspn.3
index 7623e9985f..c17992501f 100644
--- a/src/lib/libc/string/wcscspn.3
+++ b/src/lib/libc/string/wcscspn.3
@@ -1,3 +1,5 @@
1.\" $OpenBSD: wcscspn.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: wcscspn.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 WCSCSPN 3 35.Dt WCSCSPN 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -59,6 +59,7 @@ The
59.Fn wcscspn 59.Fn wcscspn
60function returns the number of wide characters spanned. 60function returns the number of wide characters spanned.
61.Sh SEE ALSO 61.Sh SEE ALSO
62.Xr strcspn 3 ,
62.Xr wcschr 3 , 63.Xr wcschr 3 ,
63.Xr wcspbrk 3 , 64.Xr wcspbrk 3 ,
64.Xr wcsrchr 3 , 65.Xr wcsrchr 3 ,
@@ -73,3 +74,10 @@ function conforms to
73.St -isoC-99 74.St -isoC-99
74and was first introduced in 75and was first introduced in
75.St -isoC-amd1 . 76.St -isoC-amd1 .
77.Sh HISTORY
78The
79.Fn wcscspn
80function was ported from
81.Nx
82and first appeared in
83.Ox 3.8 .