summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-07-21 10:27:45 +0000
committertjr <tjr@FreeBSD.org>2005-07-21 10:27:45 +0000
commit13eae5695c5b10930b66af4c00eac7a33b73e2ee (patch)
treec89bbfb56b2c5c163493e6b4fe823bea542de75a /lib
parent0b265b33d3c21e04484bcef08529ae73e99e8073 (diff)
downloadFreeBSD-src-13eae5695c5b10930b66af4c00eac7a33b73e2ee.zip
FreeBSD-src-13eae5695c5b10930b66af4c00eac7a33b73e2ee.tar.gz
Add COMPATIBILITY and HISTORY sections. Fix typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/nextwctype.315
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/libc/locale/nextwctype.3 b/lib/libc/locale/nextwctype.3
index cda88d5..0f6f880 100644
--- a/lib/libc/locale/nextwctype.3
+++ b/lib/libc/locale/nextwctype.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 8, 2004
+.Dd July 21, 2005
.Dt NEXTWCTYPE 3
.Os
.Sh NAME
@@ -51,6 +51,17 @@ is \-1, the search begins at the first member of
.Sh RETURN VALUES
The
.Fn nextwctype
-functions returns the next character, or \-1 if there are no more.
+function returns the next character, or \-1 if there are no more.
+.Sh COMPATIBILITY
+This function is a non-standard
+.Fx
+extension and should not be used where the standard
+.Fn iswctype
+function would suffice.
.Sh SEE ALSO
.Xr wctype 3
+.Sh HISTORY
+The
+.Fn nextwctype
+function appeared in
+.Fx 5.4 .
OpenPOWER on IntegriCloud