aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2016-06-21 10:07:42 +0300
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-06-23 12:54:29 +0200
commit2c0cac3e002078b60982a08deea08fe1c3df3b75 (patch)
treee37a3e503d6edddee9c47cb0fffdee2a2b3b2f53 /man5
parent8064bfa5369c6856f606004d02e48ab275e05bed (diff)
downloadman-pages-2c0cac3e002078b60982a08deea08fe1c3df3b75.tar.gz
charmap.5: ffix
Diffstat (limited to 'man5')
-rw-r--r--man5/charmap.522
1 files changed, 11 insertions, 11 deletions
diff --git a/man5/charmap.5 b/man5/charmap.5
index f43d5a540a..9bc2440ed5 100644
--- a/man5/charmap.5
+++ b/man5/charmap.5
@@ -28,30 +28,30 @@ can use charmaps to create locale variants for different character sets.
The charmap file starts with a header that may consist of the
following keywords:
.TP
-.I <code_set_name>
+.RI < code_set_name >
is followed by the name of the character map.
.TP
-.I <comment_char>
+.RI < comment_char >
is followed by a character that will be used as the comment character
for the rest of the file.
It defaults to the number sign (#).
.TP
-.I <escape_char>
+.RI < escape_char >
is followed by a character that should be used as the escape character
for the rest of the file to mark characters that should be interpreted
in a special way.
It defaults to the backslash (\\).
.TP
-.I <mb_cur_max>
+.RI < mb_cur_max >
is followed by the maximum number of bytes for a character.
The default value is 1.
.TP
-.I <mb_cur_min>
+.RI < mb_cur_min >
is followed by the minimum number of bytes for a character.
This value must be less than or equal than
-.IR <mb_cur_max> .
+.RI < mb_cur_max >.
If not specified, it defaults to
-.IR <mb_cur_max> .
+.RI < mb_cur_max >.
.PP
The character set definition section starts with the keyword
.I CHARMAP
@@ -60,12 +60,12 @@ in the first column.
The following lines may have one of the two following forms to
define the character set:
.TP
-.I <character> byte-sequence comment
+.RI < character >\ byte-sequence\ comment
This form defines exactly one character and its byte sequence,
.I comment
being optional.
.TP
-.I <character>..<character> byte-sequence comment
+.RI < character >..< character >\ byte-sequence\ comment
This form defines a character range and its byte sequence,
.I comment
being optional.
@@ -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 <character> width
+.RI < character >\ width
This form defines the width of exactly one character.
.TP
-.I <character>...<character> width
+.RI < character >...< character >\ width
This form defines the width for all the characters in the range.
.PP
The width definition section ends with the string