linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] utmp.5: Oxford comma
@ 2020-11-21 17:39 Alejandro Colomar
  2020-11-21 21:27 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Colomar @ 2020-11-21 17:39 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Found using:
$ grep -rn '\\f., [^ ]*\\f. and' man?

I also updated the markup in that paragraph: \f -> .

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man5/utmp.5 | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/man5/utmp.5 b/man5/utmp.5
index 3b8340858..3b8afc199 100644
--- a/man5/utmp.5
+++ b/man5/utmp.5
@@ -176,9 +176,18 @@ records may be located by
 .PP
 When
 .BR init (1)
-finds that a process has exited, it locates its utmp
-entry by \fIut_pid\fP, sets \fIut_type\fP to \fBDEAD_PROCESS\fP, and
-clears \fIut_user\fP, \fIut_host\fP and \fIut_time\fP with null bytes.
+finds that a process has exited, it locates its utmp entry by
+.IR ut_pid ,
+sets
+.I ut_type
+to
+.BR DEAD_PROCESS ,
+and clears
+.IR ut_user ,
+.IR ut_host ,
+and
+.I ut_time
+with null bytes.
 .PP
 .BR xterm (1)
 and other terminal emulators directly create a
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] utmp.5: Oxford comma
  2020-11-21 17:39 [PATCH] utmp.5: Oxford comma Alejandro Colomar
@ 2020-11-21 21:27 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-11-21 21:27 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: mtk.manpages, linux-man

On 11/21/20 6:39 PM, Alejandro Colomar wrote:
> Found using:
> $ grep -rn '\\f., [^ ]*\\f. and' man?
> 
> I also updated the markup in that paragraph: \f -> .
> 
> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>

Thanks, ALex.

Patch applied.

Cheers,

Michael

> ---
>  man5/utmp.5 | 15 ++++++++++++---
>  1 file changed, 12 insertions(+), 3 deletions(-)
> 
> diff --git a/man5/utmp.5 b/man5/utmp.5
> index 3b8340858..3b8afc199 100644
> --- a/man5/utmp.5
> +++ b/man5/utmp.5
> @@ -176,9 +176,18 @@ records may be located by
>  .PP
>  When
>  .BR init (1)
> -finds that a process has exited, it locates its utmp
> -entry by \fIut_pid\fP, sets \fIut_type\fP to \fBDEAD_PROCESS\fP, and
> -clears \fIut_user\fP, \fIut_host\fP and \fIut_time\fP with null bytes.
> +finds that a process has exited, it locates its utmp entry by
> +.IR ut_pid ,
> +sets
> +.I ut_type
> +to
> +.BR DEAD_PROCESS ,
> +and clears
> +.IR ut_user ,
> +.IR ut_host ,
> +and
> +.I ut_time
> +with null bytes.
>  .PP
>  .BR xterm (1)
>  and other terminal emulators directly create a
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-21 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 17:39 [PATCH] utmp.5: Oxford comma Alejandro Colomar
2020-11-21 21:27 ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).