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

  Trim trailing space.

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

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 man4/console_codes.4 | 4 ++--
 man4/initrd.4        | 2 +-
 man4/loop.4          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man4/console_codes.4 b/man4/console_codes.4
index 113f43151..be34a0d91 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -397,11 +397,11 @@ ESC [ 11 ; \fIn\fP ]	Set bell duration in msec.
 ESC [ 12 ; \fIn\fP ]	Bring specified console to the front.
 ESC [ 13 ]      	Unblank the screen.
 ESC [ 14 ; \fIn\fP ]   	Set the VESA powerdown interval in minutes.
-ESC [ 15 ]      	T{
+ESC [ 15 ]	T{
 Bring the previous console to the front
 (since Linux 2.6.0).
 T}
-ESC [ 16 ; \fIn\fP ]   	T{
+ESC [ 16 ; \fIn\fP ]	T{
 Set the cursor blink interval in milliseconds
 (since Linux 4.2).
 T}
diff --git a/man4/initrd.4 b/man4/initrd.4
index a10736456..e41917817 100644
--- a/man4/initrd.4
+++ b/man4/initrd.4
@@ -75,7 +75,7 @@ is a read-only block device.
 This device is a RAM disk that is initialized (e.g., loaded)
 by the boot loader before the kernel is started.
 The kernel then can use
-.IR /dev/initrd "'s "
+.IR /dev/initrd "'s"
 contents for a two-phase system boot-up.
 .PP
 In the first boot-up phase, the kernel starts up
diff --git a/man4/loop.4 b/man4/loop.4
index 510ed88a7..1623cad0e 100644
--- a/man4/loop.4
+++ b/man4/loop.4
@@ -42,7 +42,7 @@ You could do
 .in +4n
 .EX
 $ \fBdd if=/dev/zero of=file.img bs=1MiB count=10\fP
-$ \fBsudo losetup /dev/loop4 file.img \fP
+$ \fBsudo losetup /dev/loop4 file.img\fP
 $ \fBsudo mkfs -t ext4 /dev/loop4\fP
 $ \fBsudo mkdir /myloopdev\fP
 $ \fBsudo mount /dev/loop4 /myloopdev\fP
-- 
2.27.0

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

end of thread, other threads:[~2020-06-21  6:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-20 15:39 [PATCH] man4/*: srcfix, remove trailing space in "strings" Bjarni Ingi Gislason
2020-06-21  6:58 ` 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).