From b5360edbd30688110e73876f78b2b82572f70dea Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 Aug 2017 20:51:31 +0200 Subject: [PATCH] MB_CUR_MAX.3: wfix Signed-off-by: Michael Kerrisk --- man3/MB_CUR_MAX.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/MB_CUR_MAX.3 b/man3/MB_CUR_MAX.3 index 367a25ddf..c06bac9ed 100644 --- a/man3/MB_CUR_MAX.3 +++ b/man3/MB_CUR_MAX.3 @@ -27,7 +27,7 @@ The macro defines an integer expression giving the maximum number of bytes needed to represent a single wide character in the current locale. -It is locale dependent and therefore not a compile-time constant. +This value is locale dependent and therefore not a compile-time constant. .SH RETURN VALUE An integer in the range [1, .BR MB_LEN_MAX ].