aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 23:01:29 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 23:01:29 +0100
commit523869f645d1c34d8e7c5d68314f86ba0771ff8c (patch)
treead3db2fa240eb97bc21cf594306e3a22f59e27cd /man7
parent36f73ba37945c7ff4aa2d8383f831519a38e3f27 (diff)
downloadman-pages-523869f645d1c34d8e7c5d68314f86ba0771ff8c.tar.gz
Many pages: Use \[en] instead of \(en
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7')
-rw-r--r--man7/bootparam.74
-rw-r--r--man7/charsets.712
-rw-r--r--man7/cpuset.710
-rw-r--r--man7/unicode.72
-rw-r--r--man7/utf-8.72
5 files changed, 15 insertions, 15 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index ff74e8d1b2..7a8f24dcfd 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -119,7 +119,7 @@ A symbolic specification has the form
.IR /dev/XXYN ,
where XX designates
the device type (e.g., 'hd' for ST-506 compatible hard disk, with Y in
-\&'a'\(en'd'; 'sd' for SCSI compatible disk, with Y in 'a'\(en'e'),
+\&'a'\[en]'d'; 'sd' for SCSI compatible disk, with Y in 'a'\[en]'e'),
Y the driver letter or
number, and N the number (in decimal) of the partition on this device.
.IP
@@ -468,7 +468,7 @@ for older kernels) in the Linux kernel source.
.B "IDE Disk/CD-ROM Driver Parameters"
The IDE driver accepts a number of parameters, which range from disk
geometry specifications, to support for broken controller chips.
-Drive-specific options are specified by using 'hdX=' with X in 'a'\(en'h'.
+Drive-specific options are specified by using 'hdX=' with X in 'a'\[en]'h'.
.IP
Non-drive-specific options are specified with the prefix 'hd='.
Note that using a drive-specific prefix for a non-drive-specific option
diff --git a/man7/charsets.7 b/man7/charsets.7
index ea160bc5de..25896e5109 100644
--- a/man7/charsets.7
+++ b/man7/charsets.7
@@ -43,7 +43,7 @@ still renders properly on modern UTF-8 using systems.
.SS ISO 8859
ISO 8859 is a series of 15 8-bit character sets, all of which have ASCII
in their low (7-bit) half, invisible control characters in positions
-128 to 159, and 96 fixed-width graphics in positions 160\(en255.
+128 to 159, and 96 fixed-width graphics in positions 160\[en]255.
.PP
Of these, the most important is ISO 8859-1
("Latin Alphabet No. 1" / Latin-1).
@@ -163,7 +163,7 @@ Chinese.
(Big5 is both a character set and an encoding.)
It is a superset of ASCII.
Non-ASCII characters are expressed in two bytes.
-Bytes 0xa1\(en0xfe are used as leading bytes for two-byte characters.
+Bytes 0xa1\[en]0xfe are used as leading bytes for two-byte characters.
Big5 and its extension were widely used in Taiwan and Hong Kong.
It is not ISO 2022 compliant.
.\" Thanks to Tomohiro KUBOTA for the following sections about
@@ -173,7 +173,7 @@ JIS X 0208 is a Japanese national standard character set.
Though there are some more Japanese national standard character sets (like
JIS X 0201, JIS X 0212, and JIS X 0213), this is the most important one.
Characters are mapped into a 94x94 two-byte matrix,
-whose each byte is in the range 0x21\(en0x7e.
+whose each byte is in the range 0x21\[en]0x7e.
Note that JIS X 0208 is a character set, not an encoding.
This means that JIS X 0208
itself is not used for expressing text data.
@@ -210,8 +210,8 @@ character set for codes with high bit one (initially G1).
Each graphic character set has 94 or 96 characters, and is
essentially a 7-bit character set.
It uses codes either
-040\(en0177 (041\(en0176) or 0240\(en0377 (0241\(en0376).
-G0 always has size 94 and uses codes 041\(en0176.
+040\[en]0177 (041\[en]0176) or 0240\[en]0377 (0241\[en]0376).
+G0 always has size 94 and uses codes 041\[en]0176.
.PP
Switching between character sets is done using the shift functions
\fB\(haN\fP (SO or LS1), \fB\(haO\fP (SI or LS0), ESC n (LS2), ESC o (LS3),
@@ -258,7 +258,7 @@ are equivalent to ESC \- xx, ESC . xx, ESC / xx, respectively.
TIS-620 is a Thai national standard character set and a superset
of ASCII.
In the same fashion as the ISO 8859 series, Thai characters are mapped into
-0xa1\(en0xfe.
+0xa1\[en]0xfe.
.SS Unicode
Unicode (ISO 10646) is a standard which aims to unambiguously represent
every character in every human language.
diff --git a/man7/cpuset.7 b/man7/cpuset.7
index b90a9f254d..4d3132dc26 100644
--- a/man7/cpuset.7
+++ b/man7/cpuset.7
@@ -1400,14 +1400,14 @@ perform the following steps.
.IP (1) 5
Let's say we want to move the job in cpuset
.I alpha
-(CPUs 4\(en7 and memory nodes 2\(en3) to a new cpuset
+(CPUs 4\[en]7 and memory nodes 2\[en]3) to a new cpuset
.I beta
-(CPUs 16\(en19 and memory nodes 8\(en9).
+(CPUs 16\[en]19 and memory nodes 8\[en]9).
.IP (2)
First create the new cpuset
.IR beta .
.IP (3)
-Then allow CPUs 16\(en19 and memory nodes 8\(en9 in
+Then allow CPUs 16\[en]19 and memory nodes 8\[en]9 in
.IR beta .
.IP (4)
Then enable
@@ -1439,8 +1439,8 @@ The above should move any processes in
.I alpha
to
.IR beta ,
-and any memory held by these processes on memory nodes 2\(en3 to memory
-nodes 8\(en9, respectively.
+and any memory held by these processes on memory nodes 2\[en]3 to memory
+nodes 8\[en]9, respectively.
.PP
Notice that the last step of the above sequence did not do:
.PP
diff --git a/man7/unicode.7 b/man7/unicode.7
index 67bea5d6a6..2e1a605e1e 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -169,7 +169,7 @@ can be used to transform the internal
characters and strings into the system character encoding and back
and
.BR wcwidth (3)
-tells how many positions (0\(en2) the cursor is advanced by the
+tells how many positions (0\[en]2) the cursor is advanced by the
output of a character.
.SS Private Use Areas (PUA)
In the Basic Multilingual Plane,
diff --git a/man7/utf-8.7 b/man7/utf-8.7
index 01e1907181..797481cacc 100644
--- a/man7/utf-8.7
+++ b/man7/utf-8.7
@@ -118,7 +118,7 @@ binary representation, most significant bit first (big-endian).
Only the shortest possible multibyte sequence
which can represent the code number of the character can be used.
.PP
-The UCS code values 0xd800\(en0xdfff (UTF-16 surrogates) as well as 0xfffe and
+The UCS code values 0xd800\[en]0xdfff (UTF-16 surrogates) as well as 0xfffe and
0xffff (UCS noncharacters) should not appear in conforming UTF-8 streams.
According to RFC 3629 no point above U+10FFFF should be used,
which limits characters to four bytes.