diff --git a/man5/charmap.5 b/man5/charmap.5 index 31e3cb44d..f43d5a540 100644 --- a/man5/charmap.5 +++ b/man5/charmap.5 @@ -49,9 +49,9 @@ The default value is 1. .I is followed by the minimum number of bytes for a character. This value must be less than or equal than -.IR mb_cur_max . +.IR . If not specified, it defaults to -.IR mb_cur_max . +.IR . .PP The character set definition section starts with the keyword .I CHARMAP @@ -60,14 +60,14 @@ in the first column. The following lines may have one of the two following forms to define the character set: .TP -.I +.I byte-sequence comment This form defines exactly one character and its byte sequence, -.I +.I comment being optional. .TP -.I .. +.I .. byte-sequence comment This form defines a character range and its byte sequence, -.I +.I comment being optional. .PP The character set definition section ends with the string @@ -77,7 +77,7 @@ The character set definition section may optionally be followed by a section to define widths of characters. .PP The -.B WIDTH_DEFAULT +.I WIDTH_DEFAULT keyword can be used to define the default width for all characters not explicitly listed. The default character width is 1. @@ -89,10 +89,10 @@ in the first column. The following lines may have one of the two following forms to define the widths of the characters: .TP -.I +.I width This form defines the width of exactly one character. .TP -.I ... +.I ... width This form defines the width for all the characters in the range. .PP The width definition section ends with the string @@ -109,7 +109,7 @@ The Euro sign is defined as follows in the charmap: .PP .nf - /xe2/x82/xac + /xe2/x82/xac EURO SIGN .fi .SH SEE ALSO .BR iconv (1),