summaryrefslogtreecommitdiffstats
path: root/upstream/debian-unstable/man5/repertoiremap.5
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/debian-unstable/man5/repertoiremap.5
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man5/repertoiremap.5')
-rw-r--r--upstream/debian-unstable/man5/repertoiremap.510
1 files changed, 5 insertions, 5 deletions
diff --git a/upstream/debian-unstable/man5/repertoiremap.5 b/upstream/debian-unstable/man5/repertoiremap.5
index bf1238d7..cc6b4146 100644
--- a/upstream/debian-unstable/man5/repertoiremap.5
+++ b/upstream/debian-unstable/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 2024-05-02 "Linux man-pages 6.8"
.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