From 4d53aa005e0082d5556f646e383373b85d2fbe64 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Aug 2017 21:31:54 +0200 Subject: [PATCH] MB_LEN_MAX.3: wfix Signed-off-by: Michael Kerrisk --- man3/MB_LEN_MAX.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/MB_LEN_MAX.3 b/man3/MB_LEN_MAX.3 index d113e7da1..462679809 100644 --- a/man3/MB_LEN_MAX.3 +++ b/man3/MB_LEN_MAX.3 @@ -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.