linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] man5/proc.5: srcfix, trim trailing space
@ 2020-06-20 16:03 Bjarni Ingi Gislason
  2020-06-21  6:59 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Bjarni Ingi Gislason @ 2020-06-20 16:03 UTC (permalink / raw)
  To: mtk.manpages; +Cc: linux-man

Output is from: test-groff -b -mandoc -T utf8 -rF0 -t -w w -z

  [ "test-groff" is a developmental version of "groff" ]

Input file is ./proc.5

troff: <proc.5>:4410: warning: trailing space
troff: <proc.5>:5206: warning: trailing space
troff: <proc.5>:5488: warning: trailing space

###

  There is no change in the output from "nroff" and "groff".

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 man5/proc.5 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man5/proc.5 b/man5/proc.5
index 0e9d56fec..6645a1ae8 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -4407,7 +4407,7 @@ on older kernels).
 This file contains information about the status of the
 directory cache (dcache).
 The file contains six numbers,
-.IR nr_dentry ", " nr_unused ", " age_limit " (age in seconds), "
+.IR nr_dentry ", " nr_unused ", " age_limit " (age in seconds),"
 .I want_pages
 (pages requested by system) and two dummy values.
 .RS
@@ -5203,7 +5203,7 @@ This file is documented in the Linux kernel source file
 .I Documentation/initrd.txt
 before Linux 4.10).
 .TP
-.IR /proc/sys/kernel/reboot\-cmd " (Sparc only) "
+.IR /proc/sys/kernel/reboot\-cmd " (Sparc only)"
 This file seems to be a way to give an argument to the SPARC
 ROM/Flash boot loader.
 Maybe to tell it what to do after
@@ -5485,7 +5485,7 @@ is reduced accordingly.
 See
 .BR ptrace (2).
 .TP
-.IR /proc/sys/kernel/zero\-paged " (PowerPC only) "
+.IR /proc/sys/kernel/zero\-paged " (PowerPC only)"
 This file
 contains a flag.
 When enabled (nonzero), Linux-PPC will pre-zero pages in
-- 
2.27.0

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

* Re: [PATCH] man5/proc.5: srcfix, trim trailing space
  2020-06-20 16:03 [PATCH] man5/proc.5: srcfix, trim trailing space Bjarni Ingi Gislason
@ 2020-06-21  6:59 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-06-21  6:59 UTC (permalink / raw)
  To: Bjarni Ingi Gislason; +Cc: mtk.manpages, linux-man

Hello Bjarni,

On 6/20/20 6:03 PM, Bjarni Ingi Gislason wrote:
> Output is from: test-groff -b -mandoc -T utf8 -rF0 -t -w w -z
> 
>   [ "test-groff" is a developmental version of "groff" ]
> 
> Input file is ./proc.5
> 
> troff: <proc.5>:4410: warning: trailing space
> troff: <proc.5>:5206: warning: trailing space
> troff: <proc.5>:5488: warning: trailing space

Thanks. Applied.

Cheers,

Michael

>   There is no change in the output from "nroff" and "groff".
> 
> Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
> ---
>  man5/proc.5 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/man5/proc.5 b/man5/proc.5
> index 0e9d56fec..6645a1ae8 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -4407,7 +4407,7 @@ on older kernels).
>  This file contains information about the status of the
>  directory cache (dcache).
>  The file contains six numbers,
> -.IR nr_dentry ", " nr_unused ", " age_limit " (age in seconds), "
> +.IR nr_dentry ", " nr_unused ", " age_limit " (age in seconds),"
>  .I want_pages
>  (pages requested by system) and two dummy values.
>  .RS
> @@ -5203,7 +5203,7 @@ This file is documented in the Linux kernel source file
>  .I Documentation/initrd.txt
>  before Linux 4.10).
>  .TP
> -.IR /proc/sys/kernel/reboot\-cmd " (Sparc only) "
> +.IR /proc/sys/kernel/reboot\-cmd " (Sparc only)"
>  This file seems to be a way to give an argument to the SPARC
>  ROM/Flash boot loader.
>  Maybe to tell it what to do after
> @@ -5485,7 +5485,7 @@ is reduced accordingly.
>  See
>  .BR ptrace (2).
>  .TP
> -.IR /proc/sys/kernel/zero\-paged " (PowerPC only) "
> +.IR /proc/sys/kernel/zero\-paged " (PowerPC only)"
>  This file
>  contains a flag.
>  When enabled (nonzero), Linux-PPC will pre-zero pages in
> 


-- 
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-06-21  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-20 16:03 [PATCH] man5/proc.5: srcfix, trim trailing space Bjarni Ingi Gislason
2020-06-21  6:59 ` 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).