aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wctype.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-29 17:35:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-29 17:35:09 +0000
commit279062fae149e105dae7c28b638d49ba5715725d (patch)
treec0880323842b2dd8494228497e990a3ea94fab9c /lib/libc/locale/wctype.3
parent92b1f2f7a39bb7eac9ae60608660ff4d361be2a0 (diff)
downloadsrc-279062fae149e105dae7c28b638d49ba5715725d.tar.gz
src-279062fae149e105dae7c28b638d49ba5715725d.zip
mdoc(7) police: sweep.
Notes
Notes: svn path=/head/; revision=107392
Diffstat (limited to 'lib/libc/locale/wctype.3')
-rw-r--r--lib/libc/locale/wctype.317
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/libc/locale/wctype.3 b/lib/libc/locale/wctype.3
index 7843af71fc56..9ea2b30fb24b 100644
--- a/lib/libc/locale/wctype.3
+++ b/lib/libc/locale/wctype.3
@@ -28,8 +28,7 @@
.Dt WCTYPE 3
.Os
.Sh NAME
-.Nm iswctype ,
-.Nm wctype
+.Nm iswctype , wctype
.Nd "wide character class functions"
.Sh LIBRARY
.Lb libc
@@ -50,9 +49,9 @@ may be used as the second argument for calls to
.Pp
The following character class names are recognised:
.Bl -column -offset indent ".Li alnum" ".Li cntrl" ".Li phonogram" ".Li print" ".Li special"
-.It Li alnum Ta Li cntrl Ta Li ideogram Ta Li print Ta Li special
-.It Li alpha Ta Li digit Ta Li lower Ta Li punct Ta Li upper
-.It Li blank Ta Li graph Ta Li phonogram Ta Li space Ta Li xdigit
+.It Li "alnum cntrl ideogram print special"
+.It Li "alpha digit lower punct upper"
+.It Li "blank graph phonogram space xdigit"
.El
.Pp
The
@@ -82,7 +81,7 @@ that can be used in subsequent calls to
.Fn iswctype .
.Sh EXAMPLES
Reimplement
-.Fn iswalpha
+.Xr iswalpha 3
in terms of
.Fn iswctype
and
@@ -104,10 +103,10 @@ and
functions conform to
.St -p1003.1-2001 .
The
-.Li ideogram ,
-.Li phonogram
+.Dq Li ideogram ,
+.Dq Li phonogram
and
-.Li special
+.Dq Li special
character classes are extensions.
.Sh HISTORY
The