summaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-11-07 12:49:12 -0600
committerAlejandro Colomar <alx@kernel.org>2023-11-19 13:42:40 +0100
commite8b8168485dacb737c058cb97e126d80a408e030 (patch)
tree02a370d3868fadfda97634c646eaf6d87e421b1d /man5
parent6ed46d05c54c584c726c7514aca4fa788f03492f (diff)
man*/: srcfix
Clean up in preparation for "MR sed". Format only one man page cross reference per input line. Begin parentheticals on their own input lines. Also, groff 1.23.0's (and Plan 9 from User Space's) `MR` is not a font style alternation macro; there is no "reversed" form as with `BR` and `RB`. So when a man page cross reference must be immediately preceded by punctuation, put that punctuation on the previous text line and use the `\c` escape sequence to connect them. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc_locks.58
1 files changed, 6 insertions, 2 deletions
diff --git a/man5/proc_locks.5 b/man5/proc_locks.5
index cf4ff678c..63ea8c766 100644
--- a/man5/proc_locks.5
+++ b/man5/proc_locks.5
@@ -11,9 +11,13 @@
.TP
.I /proc/locks
This file shows current file locks
-.RB ( flock "(2) and " fcntl (2))
+(\c
+.BR flock (2)
+and
+.BR fcntl (2))
and leases
-.RB ( fcntl (2)).
+(\c
+.BR fcntl (2)).
.IP
An example of the content shown in this file is the following:
.IP