summaryrefslogtreecommitdiffstats
path: root/man3/wctomb.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wctomb.3')
-rw-r--r--man3/wctomb.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/wctomb.3 b/man3/wctomb.3
index f99e27f71..70ddb28dd 100644
--- a/man3/wctomb.3
+++ b/man3/wctomb.3
@@ -9,7 +9,7 @@
.\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
.\" ISO/IEC 9899:1999
.\"
-.TH wctomb 3 2022-12-15 "Linux man-pages 6.03"
+.TH wctomb 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
wctomb \- convert a wide character to a multibyte sequence
.SH LIBRARY
@@ -83,22 +83,27 @@ encoding has nontrivial shift state, or zero if the encoding is stateless.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR wctomb ()
T} Thread safety MT-Unsafe race
.TE
-.hy
-.ad
.sp 1
+.SH VERSIONS
+The function
+.BR wcrtomb (3)
+provides
+a better interface to the same functionality.
.SH STANDARDS
-POSIX.1-2001, POSIX.1-2008, C99.
+C11, POSIX.1-2008.
+.SH HISTORY
+POSIX.1-2001, C99.
.SH NOTES
The behavior of
.BR wctomb ()
@@ -106,11 +111,6 @@ depends on the
.B LC_CTYPE
category of the
current locale.
-.PP
-The function
-.BR wcrtomb (3)
-provides
-a better interface to the same functionality.
.SH SEE ALSO
.BR MB_CUR_MAX (3),
.BR mblen (3),