mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist).
This commit is contained in:
parent
7a55322993
commit
d384a6795d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue