summaryrefslogtreecommitdiffstats
path: root/man5
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 /man5
parent4ed8fa12128592c976880bbe5c3c3412a2f8a136 (diff)
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>
Diffstat (limited to 'man5')
-rw-r--r--man5/elf.52
-rw-r--r--man5/networks.52
-rw-r--r--man5/protocols.52
3 files changed, 3 insertions, 3 deletions
diff --git a/man5/elf.5 b/man5/elf.5
index d58720e93..9aff88afb 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 c9c4a44ad..8a6b49b27 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 01418f538..a83d07576 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.