MB_LEN_MAX.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-25 21:31:54 +02:00
parent 0fd98a89aa
commit 4d53aa005e
1 changed files with 1 additions and 1 deletions

View File

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