summaryrefslogtreecommitdiffstats
path: root/man5/repertoiremap.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/repertoiremap.5')
-rw-r--r--man5/repertoiremap.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/repertoiremap.5 b/man5/repertoiremap.5
index bf1238d..0a1f19e 100644
--- a/man5/repertoiremap.5
+++ b/man5/repertoiremap.5
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
-.TH repertoiremap 5 2022-10-30 "Linux man-pages 6.05.01"
+.TH repertoiremap 5 2023-10-31 "Linux man-pages 6.7"
.SH NAME
repertoiremap \- map symbolic character names to Unicode code points
.SH DESCRIPTION
@@ -23,18 +23,18 @@ 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 (\e).
-.PP
+.P
The mapping section starts with the keyword
.I CHARIDS
in the first column.
-.PP
+.P
The mapping lines have the following form:
.TP
.I <symbolic-name> <code-point> comment
This defines exactly one mapping,
.I comment
being optional.
-.PP
+.P
The mapping section ends with the string
.IR "END CHARIDS" .
.SH FILES
@@ -47,7 +47,7 @@ POSIX.2.
Repertoire maps are deprecated in favor of Unicode code points.
.SH EXAMPLES
A mnemonic for the Euro sign can be defined as follows:
-.PP
+.P
.nf
<Eu> <U20AC> EURO SIGN
.fi