From: Alejandro Colomar <alx@kernel.org>
To: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v3 1/2] man*/: srcfix
Date: Mon, 14 Aug 2023 11:28:38 +0200 [thread overview]
Message-ID: <f4817289-b2d0-6a13-0bf7-cef191a08fcd@kernel.org> (raw)
In-Reply-To: <20230814001413.py4jzfvdbjeevag5@illithid>
[-- Attachment #1.1: Type: text/plain, Size: 2873 bytes --]
Hi Branden,
On 2023-08-14 02:14, G. Branden Robinson wrote:
> Clean up in preparation for "MR sed".
>
> Format only one man page cross reference per input line.
>
> 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>
> ---
>
> v3: Resubmitted; no change to part 1/2.
>
> man2/eventfd.2 | 4 +++-
> man2/open.2 | 9 +++++++--
> man2/perf_event_open.2 | 7 ++++++-
> man2/signalfd.2 | 4 +++-
> man2/timerfd_create.2 | 4 +++-
> man5/proc.5 | 4 +++-
> man7/credentials.7 | 15 ++++++++++-----
> man7/pty.7 | 5 ++++-
> man7/spufs.7 | 6 +++++-
> 9 files changed, 44 insertions(+), 14 deletions(-)
>
> diff --git a/man2/eventfd.2 b/man2/eventfd.2
[...]
> diff --git a/man2/open.2 b/man2/open.2
[...]
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -32,7 +32,12 @@ .SH DESCRIPTION
> Given a list of parameters,
> .BR perf_event_open ()
> returns a file descriptor, for use in subsequent system calls
> -.RB ( read "(2), " mmap "(2), " prctl "(2), " fcntl "(2), etc.)."
> +(\c
> +.BR read (2),
> +.BR mmap (2),
> +.BR prctl (2),
> +.BR fcntl (2),
> +etc.).
> .PP
> A call to
> .BR perf_event_open ()
> diff --git a/man2/signalfd.2 b/man2/signalfd.2
[...]
> diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
[...]
> diff --git a/man5/proc.5 b/man5/proc.5
> index 04b45ccb7..fd51dcec0 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -3459,7 +3459,9 @@ .SS Files and directories
> .TP
> .I /proc/locks
> This file shows current file locks
> -.RB ( flock "(2) and " fcntl (2))
> +.RB ( flock (2)
This RB is inconsistent with other parts of this same patch.
Cheers,
Alex
> +and
> +.BR fcntl (2))
> and leases
> .RB ( fcntl (2)).
> .IP
> diff --git a/man7/credentials.7 b/man7/credentials.7
[...]
> diff --git a/man7/pty.7 b/man7/pty.7
> index bef60e931..3f23be44d 100644
> --- a/man7/pty.7
> +++ b/man7/pty.7
> @@ -122,7 +122,10 @@ .SH FILES
> BSD slave devices
> .SH NOTES
> Pseudoterminals are used by applications such as network login services
> -.RB ( ssh "(1), " rlogin "(1), " telnet (1)),
> +(\c
> +.BR ssh (1),
> +.BR rlogin (1),
> +.BR telnet (1)),
> terminal emulators such as
> .BR xterm (1),
> .BR script (1),
> diff --git a/man7/spufs.7 b/man7/spufs.7
[...]
--
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2023-08-14 9:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-14 0:14 [PATCH v3 1/2] man*/: srcfix G. Branden Robinson
2023-08-14 9:28 ` Alejandro Colomar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f4817289-b2d0-6a13-0bf7-cef191a08fcd@kernel.org \
--to=alx@kernel.org \
--cc=g.branden.robinson@gmail.com \
--cc=linux-man@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox