MB_LEN_MAX.3: Clarify meaning of MB_LEN_MAX

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-13 13:45:55 +02:00
parent d3b019c1b0
commit 302a5d707c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ MB_LEN_MAX \- maximum multibyte length of a character across all locales
The
.B MB_LEN_MAX
macro is the upper bound for the number of bytes needed to represent a single
wide character, across all locales.
wide character, in any of the supported locales.
.SH RETURN VALUE
A constant integer greater than zero.
.SH CONFORMING TO