diff options
Diffstat (limited to 'src/lib/libc/string/wcscspn.3')
-rw-r--r-- | src/lib/libc/string/wcscspn.3 | 14 |
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 |
60 | function returns the number of wide characters spanned. | 60 | function 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 |
74 | and was first introduced in | 75 | and was first introduced in |
75 | .St -isoC-amd1 . | 76 | .St -isoC-amd1 . |
77 | .Sh HISTORY | ||
78 | The | ||
79 | .Fn wcscspn | ||
80 | function was ported from | ||
81 | .Nx | ||
82 | and first appeared in | ||
83 | .Ox 3.8 . | ||