]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man4/*: srcfix: remove trailing space in "strings"
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Sat, 20 Jun 2020 15:39:48 +0000 (15:39 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 21 Jun 2020 06:48:42 +0000 (08:48 +0200)
Trim trailing space.

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

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/console_codes.4
man4/initrd.4
man4/loop.4

index 113f43151d8227672eb41ebbe21ba01108211ce2..be34a0d91132368123a37d7e3920c4418ec0566c 100644 (file)
@@ -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}
index 03f44888c62f3a526aadf8d803a56c5f77d35fcf..abde9f5f206de851729da6a9819a3972ab789ec6 100644 (file)
@@ -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
index aeb7939669c9687a992f383d89522f7ad865f832..a2900d4e4c8c000305b2066e3c394c6d91348b8c 100644 (file)
@@ -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