From 3c7d05d837b49b9b872dc5b05181ccf880e0c8fc Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 1 Sep 2002 07:21:58 +0000 Subject: Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist). --- lib/libc/locale/multibyte.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3 index 7069b7c..4c1c38e 100644 --- a/lib/libc/locale/multibyte.3 +++ b/lib/libc/locale/multibyte.3 @@ -78,7 +78,7 @@ and code each basic element as a sequence of C .Va char Ns s . Individual basic elements may map into one or more (up to -.Dv MB_CHAR_MAX ) +.Dv MB_LEN_MAX ) bytes in a multibyte character. .Pp The current locale -- cgit v1.1