aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wctomb.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wctomb.3')
-rw-r--r--man3/wctomb.314
1 files changed, 8 insertions, 6 deletions
diff --git a/man3/wctomb.3 b/man3/wctomb.3
index cff05d4708..c5c437720b 100644
--- a/man3/wctomb.3
+++ b/man3/wctomb.3
@@ -97,8 +97,15 @@ T} Thread safety MT-Unsafe race
.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 +113,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),