aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-25 15:56:46 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-25 16:38:26 +0100
commit21259e57ac8406b9ccc7107229895d8e621a1a33 (patch)
treeb27fb17c326f8076343ea3f3f6d5c52d605a2713
parent4ed8fa12128592c976880bbe5c3c3412a2f8a136 (diff)
downloadman-pages-21259e57ac8406b9ccc7107229895d8e621a1a33.tar.gz
man*/: ffix
Found with: $ grep -rn '^\.[BI] .* [.,:;)]*$' man* man2/prctl.2:382:.B FR=1 . man2/openat2.2:377:.B EAGAIN . man2/openat2.2:424:.I how.resolve . man5/elf.5:788:.B PF_R . man5/networks.5:18:.I name number aliases ... man5/protocols.5:31:.I protocol number aliases ... man7/cgroups.7:980:.I """max""" . Cc: Ahelenia ZiemiaƄska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/openat2.24
-rw-r--r--man2/prctl.22
-rw-r--r--man5/elf.52
-rw-r--r--man5/networks.52
-rw-r--r--man5/protocols.52
-rw-r--r--man7/cgroups.72
6 files changed, 7 insertions, 7 deletions
diff --git a/man2/openat2.2 b/man2/openat2.2
index 4b9029a6b1..e2a11162d5 100644
--- a/man2/openat2.2
+++ b/man2/openat2.2
@@ -374,7 +374,7 @@ in the kernel's lookup cache.
If any kind of revalidation or I/O is needed to satisfy the lookup,
.BR openat2 ()
fails with the error
-.B EAGAIN .
+.BR EAGAIN .
This is useful in providing a fast-path open that can be performed without
resorting to thread offload, or other mechanisms that an application might
use to offload slower operations.
@@ -421,7 +421,7 @@ information.
The caller should retry without
.B RESOLVE_CACHED
set in
-.I how.resolve .
+.IR how.resolve .
.TP
.B EINVAL
An unknown flag or invalid value was specified in
diff --git a/man2/prctl.2 b/man2/prctl.2
index f1604a7cb6..31da223699 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -379,7 +379,7 @@ can operate only when this bit is
Applications that use the O32 FPXX ABI can operate with either
.B FR=0
or
-.B FR=1 .
+.BR FR=1 .
.TP
.B PR_FP_MODE_FRE
Enable emulation of 32-bit floating-point mode.
diff --git a/man5/elf.5 b/man5/elf.5
index d58720e930..9aff88afb3 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -785,7 +785,7 @@ A readable segment.
A text segment commonly has the flags
.B PF_X
and
-.B PF_R .
+.BR PF_R .
A data segment commonly has
.B PF_W
and
diff --git a/man5/networks.5 b/man5/networks.5
index c9c4a44ad0..8a6b49b27e 100644
--- a/man5/networks.5
+++ b/man5/networks.5
@@ -15,7 +15,7 @@ names for these networks.
Each line represents a network and has the following structure:
.P
.RS
-.I name number aliases ...
+.I name number aliases .\|.\|.
.RE
.P
where the fields are delimited by spaces or tabs.
diff --git a/man5/protocols.5 b/man5/protocols.5
index 01418f538f..a83d075766 100644
--- a/man5/protocols.5
+++ b/man5/protocols.5
@@ -28,7 +28,7 @@ Protocol numbers and names are specified by the IANA
Each line is of the following format:
.P
.RS
-.I protocol number aliases ...
+.I protocol number aliases .\|.\|.
.RE
.P
where the fields are delimited by spaces or tabs.
diff --git a/man7/cgroups.7 b/man7/cgroups.7
index c4b0c6b4a8..d4e559302d 100644
--- a/man7/cgroups.7
+++ b/man7/cgroups.7
@@ -977,7 +977,7 @@ Writing the string
.I """max"""
to this file means that no limit is imposed.
The default value in this file is
-.I """max""" .
+.IR """max""" .
.TP
.IR cgroup.max.descendants " (since Linux 4.14)"
.\" commit 1a926e0bbab83bae8207d05a533173425e0496d1