diff options
Diffstat (limited to 'lib/libc/string/wcscspn.3')
-rw-r--r-- | lib/libc/string/wcscspn.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/wcscspn.3 b/lib/libc/string/wcscspn.3 index c17992501f0..520a7392029 100644 --- a/lib/libc/string/wcscspn.3 +++ b/lib/libc/string/wcscspn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wcscspn.3,v 1.2 2011/07/25 00:38:53 schwarze Exp $ +.\" $OpenBSD: wcscspn.3,v 1.3 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -31,14 +31,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 25 2011 $ +.Dd $Mdocdate: June 5 2013 $ .Dt WCSCSPN 3 .Os .Sh NAME .Nm wcscspn .Nd span the complement of a wide string .Sh SYNOPSIS -.Fd #include <wchar.h> +.In wchar.h .Ft size_t .Fn wcscspn "const wchar_t *s" "const wchar_t *charset" .Sh DESCRIPTION |