summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 23:04:23 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 23:04:23 +0100
commita2b262a2ae780715538f25ca390f29ba97a488ca (patch)
tree7ed1e8e7a79eac399252cec26c7d7857584d4ab8
parenta1e9245d98340e1acd372605326b63795d32b278 (diff)
Various pages: Use \[lq] instead of \(lq
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/bind.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/prctl.22
-rw-r--r--man2/socket.24
-rw-r--r--man3/rpc.36
-rw-r--r--man4/st.48
-rw-r--r--man5/tzfile.54
-rw-r--r--man7/ddp.74
-rw-r--r--man7/libc.78
-rw-r--r--man7/socket.72
-rw-r--r--man7/x25.72
-rw-r--r--man8/zdump.84
-rw-r--r--man8/zic.84
13 files changed, 26 insertions, 26 deletions
diff --git a/man2/bind.2 b/man2/bind.2
index 350a2f7e1..5b265e403 100644
--- a/man2/bind.2
+++ b/man2/bind.2
@@ -43,7 +43,7 @@ to the socket referred to by the file descriptor
.I addrlen
specifies the size, in bytes, of the address structure pointed to by
.IR addr .
-Traditionally, this operation is called \(lqassigning a name to a socket\(rq.
+Traditionally, this operation is called \[lq]assigning a name to a socket\(rq.
.PP
It is normally necessary to assign a local address using
.BR bind ()
diff --git a/man2/mmap.2 b/man2/mmap.2
index 1ecd8637c..2df5793dd 100644
--- a/man2/mmap.2
+++ b/man2/mmap.2
@@ -273,7 +273,7 @@ Note that older kernels which do not recognize the
.B MAP_FIXED_NOREPLACE
flag will typically (upon detecting a collision with a preexisting mapping)
fall back to a
-.RB \(lqnon- MAP_FIXED \(rq
+.RB \[lq]non- MAP_FIXED \(rq
type of behavior:
they will return an address that is different from the requested address.
Therefore, backward-compatible software
diff --git a/man2/prctl.2 b/man2/prctl.2
index 4e55dc55c..be3be4c56 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -998,7 +998,7 @@ data authentication key A
data authentication key B
.TP
.B PR_PAC_APGAKEY
-generic authentication \(lqA\(rq key.
+generic authentication \[lq]A\(rq key.
.IP
(Yes folks, there really is no generic B key.)
.RE
diff --git a/man2/socket.2 b/man2/socket.2
index e42a97344..8c3add084 100644
--- a/man2/socket.2
+++ b/man2/socket.2
@@ -485,8 +485,8 @@ is shown in
.BR udp (7),
.BR unix (7)
.PP
-\(lqAn Introductory 4.3BSD Interprocess Communication Tutorial\(rq
+\[lq]An Introductory 4.3BSD Interprocess Communication Tutorial\(rq
and
-\(lqBSD Interprocess Communication Tutorial\(rq,
+\[lq]BSD Interprocess Communication Tutorial\(rq,
reprinted in
.I UNIX Programmer's Supplementary Documents Volume 1.
diff --git a/man3/rpc.3 b/man3/rpc.3
index dd33f2606..786a9379e 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -229,8 +229,8 @@ Generic client creation routine.
identifies the name of the remote host where the server is located.
.I proto
indicates which kind of transport protocol to use.
-The currently supported values for this field are \(lqudp\(rq
-and \(lqtcp\(rq.
+The currently supported values for this field are \[lq]udp\(rq
+and \[lq]tcp\(rq.
Default timeouts are set, but can be modified using
.BR clnt_control ().
.IP
@@ -599,7 +599,7 @@ in
.BR callrpc ()
and
.BR clnt_call ().
-This procedure should be used for a \(lqping\(rq and nothing else.
+This procedure should be used for a \[lq]ping\(rq and nothing else.
See also
.BR clnt_broadcast ().
.PP
diff --git a/man4/st.4 b/man4/st.4
index 9e15078fd..773627a2e 100644
--- a/man4/st.4
+++ b/man4/st.4
@@ -19,7 +19,7 @@ The
.B st
driver provides the interface to a variety of SCSI tape devices.
Currently, the driver takes control of all detected devices of type
-\(lqsequential-access\(rq.
+\[lq]sequential-access\(rq.
The
.B st
driver uses major device number 9.
@@ -33,12 +33,12 @@ concatenated to the five lowermost bits to form the tape number.
The minor numbers can be grouped into
two sets of four numbers: the principal (auto-rewind) minor device numbers,
.IR n ,
-and the \(lqno-rewind\(rq device numbers,
+and the \[lq]no-rewind\(rq device numbers,
.RI ( n " + 128)."
Devices opened using the principal device number will be sent a
.B REWIND
command when they are closed.
-Devices opened using the \(lqno-rewind\(rq device number will not.
+Devices opened using the \[lq]no-rewind\(rq device number will not.
(Note that using an auto-rewind device for positioning the tape with,
for instance, mt does not lead to the desired result: the tape is
rewound after the mt command and the next command starts from the
@@ -755,7 +755,7 @@ found the drive with a tape in place and ready for operation.
\fBGMT_D_1600\fP(\fIx\fP)
.TQ
\fBGMT_D_800\fP(\fIx\fP)
-This \(lqgeneric\(rq status information reports the current
+This \[lq]generic\(rq status information reports the current
density setting for 9-track \(12" tape drives only.
.TP
\fBGMT_DR_OPEN\fP(\fIx\fP)
diff --git a/man5/tzfile.5 b/man5/tzfile.5
index 7d9f73652..bb026b097 100644
--- a/man5/tzfile.5
+++ b/man5/tzfile.5
@@ -7,8 +7,8 @@
.SH NAME
tzfile \- timezone information
.SH DESCRIPTION
-.ie '\(lq'' .ds lq \&"\"
-.el .ds lq \(lq\"
+.ie '\[lq]'' .ds lq \&"\"
+.el .ds lq \[lq]\"
.ie '\(rq'' .ds rq \&"\"
.el .ds rq \(rq\"
.de q
diff --git a/man7/ddp.7 b/man7/ddp.7
index cec2de3be..74ba4ee2f 100644
--- a/man7/ddp.7
+++ b/man7/ddp.7
@@ -103,7 +103,7 @@ contains the host network in network byte order.
The value of
.B AT_ANYNET
is a
-wildcard and also implies \(lqthis network.\(rq
+wildcard and also implies \[lq]this network.\(rq
The
.I node
member of
@@ -112,7 +112,7 @@ contains the host node number.
The value of
.B AT_ANYNODE
is a
-wildcard and also implies \(lqthis node.\(rq The value of
+wildcard and also implies \[lq]this node.\(rq The value of
.B ATADDR_BCAST
is a link
local broadcast address.
diff --git a/man7/libc.7 b/man7/libc.7
index 43ec0269f..47d008b1b 100644
--- a/man7/libc.7
+++ b/man7/libc.7
@@ -7,13 +7,13 @@
.SH NAME
libc \- overview of standard C libraries on Linux
.SH DESCRIPTION
-The term \(lqlibc\(rq is commonly used as a shorthand for
-the \(lqstandard C library\(rq
+The term \[lq]libc\(rq is commonly used as a shorthand for
+the \[lq]standard C library\(rq
a library of standard functions that can be used by all C programs
(and sometimes by programs in other languages).
Because of some history
(see below),
-use of the term \(lqlibc\(rq
+use of the term \[lq]libc\(rq
to refer to the standard C library is somewhat ambiguous on Linux.
.SS glibc
By far the most widely used C library on Linux is the
@@ -51,7 +51,7 @@ there was for a while
a fork of glibc 1.x created by Linux developers who felt that glibc
development at the time was not sufficing for the needs of Linux.
Often,
-this library was referred to (ambiguously) as just \(lqlibc\(rq.
+this library was referred to (ambiguously) as just \[lq]libc\(rq.
Linux libc released major versions 2, 3, 4, and 5,
as well as many minor versions of those releases.
Linux libc4 was the last version to use the a.out binary format,
diff --git a/man7/socket.7 b/man7/socket.7
index c1989b9ee..6a88133b8 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -400,7 +400,7 @@ UDP support for this feature is available since Linux 4.5;
TCP support is available since Linux 4.6.
.TP
.B SO_BINDTODEVICE
-Bind this socket to a particular device like \(lqeth0\(rq,
+Bind this socket to a particular device like \[lq]eth0\(rq,
as specified in the passed interface name.
If the
name is an empty string or the option length is zero, the socket device
diff --git a/man7/x25.7 b/man7/x25.7
index 446d314cf..912a587e1 100644
--- a/man7/x25.7
+++ b/man7/x25.7
@@ -121,7 +121,7 @@ if a reset occurred, data might be lost without notice.
.BR socket (7)
.PP
Jonathan Simon Naylor:
-\(lqThe Re-Analysis and Re-Implementation of X.25.\(rq
+\[lq]The Re-Analysis and Re-Implementation of X.25.\(rq
The URL is
.UR ftp://ftp.pspt.fi\:/pub\:/ham\:/linux\:/ax25\:/x25doc.tgz
.UE .
diff --git a/man8/zdump.8 b/man8/zdump.8
index abbead6ef..f77a6d194 100644
--- a/man8/zdump.8
+++ b/man8/zdump.8
@@ -13,8 +13,8 @@ zdump \- timezone dumper
.I timezone
\&... ]
.SH DESCRIPTION
-.ie '\(lq'' .ds lq \&"\"
-.el .ds lq \(lq\"
+.ie '\[lq]'' .ds lq \&"\"
+.el .ds lq \[lq]\"
.ie '\(rq'' .ds rq \&"\"
.el .ds rq \(rq\"
.de q
diff --git a/man8/zic.8 b/man8/zic.8
index e0c433c47..a1955f7f3 100644
--- a/man8/zic.8
+++ b/man8/zic.8
@@ -13,8 +13,8 @@ zic \- timezone compiler
.I filename
\&... ]
.SH DESCRIPTION
-.ie '\(lq'' .ds lq \&"\"
-.el .ds lq \(lq\"
+.ie '\[lq]'' .ds lq \&"\"
+.el .ds lq \[lq]\"
.ie '\(rq'' .ds rq \&"\"
.el .ds rq \(rq\"
.de q