summaryrefslogtreecommitdiffstats
path: root/man3/wctype.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man3/wctype.39
1 files changed, 4 insertions, 5 deletions
diff --git a/man3/wctype.3 b/man3/wctype.3
index 21de442..48257b7 100644
--- a/man3/wctype.3
+++ b/man3/wctype.3
@@ -9,7 +9,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH wctype 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH wctype 3 2023-10-31 "Linux man-pages 6.7"
.SH NAME
wctype \- wide-character classification
.SH LIBRARY
@@ -18,7 +18,7 @@ Standard C library
.SH SYNOPSIS
.nf
.B #include <wctype.h>
-.PP
+.P
.BI "wctype_t wctype(const char *" name );
.fi
.SH DESCRIPTION
@@ -38,7 +38,7 @@ can be passed to the
function
to actually test whether a given
wide character has the property.
-.PP
+.P
The
.BR wctype ()
function returns a property, given by its name.
@@ -47,7 +47,7 @@ valid names depends on the
.B LC_CTYPE
category of the current locale, but the
following names are valid in all locales.
-.PP
+.P
.nf
"alnum" \- realizes the \fBisalnum\fP(3) classification function
"alpha" \- realizes the \fBisalpha\fP(3) classification function
@@ -85,7 +85,6 @@ T{
.BR wctype ()
T} Thread safety MT-Safe locale
.TE
-.sp 1
.SH STANDARDS
C11, POSIX.1-2008.
.SH HISTORY