aboutsummaryrefslogtreecommitdiffstats
path: root/man3/mblen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mblen.3')
-rw-r--r--man3/mblen.314
1 files changed, 8 insertions, 6 deletions
diff --git a/man3/mblen.3 b/man3/mblen.3
index 72ef1dcd0e..e02c5f09a0 100644
--- a/man3/mblen.3
+++ b/man3/mblen.3
@@ -100,8 +100,15 @@ T} Thread safety MT-Unsafe race
.hy
.ad
.sp 1
+.SH VERSIONS
+The function
+.BR mbrlen (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 mblen ()
@@ -109,10 +116,5 @@ depends on the
.B LC_CTYPE
category of the
current locale.
-.PP
-The function
-.BR mbrlen (3)
-provides a better interface to the same
-functionality.
.SH SEE ALSO
.BR mbrlen (3)