man4/*: srcfix: remove trailing space in "strings"

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>
This commit is contained in:
Bjarni Ingi Gislason 2020-06-20 15:39:48 +00:00 committed by Michael Kerrisk
parent 247c654385
commit ee6a7196a6
3 changed files with 4 additions and 4 deletions

View 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 [ 12 ; \fIn\fP ] Bring specified console to the front.
ESC [ 13 ] Unblank the screen. ESC [ 13 ] Unblank the screen.
ESC [ 14 ; \fIn\fP ] Set the VESA powerdown interval in minutes. ESC [ 14 ; \fIn\fP ] Set the VESA powerdown interval in minutes.
ESC [ 15 ] T{ ESC [ 15 ] T{
Bring the previous console to the front Bring the previous console to the front
(since Linux 2.6.0). (since Linux 2.6.0).
T} T}
ESC [ 16 ; \fIn\fP ] T{ ESC [ 16 ; \fIn\fP ] T{
Set the cursor blink interval in milliseconds Set the cursor blink interval in milliseconds
(since Linux 4.2). (since Linux 4.2).
T} T}

View File

@ -75,7 +75,7 @@ is a read-only block device.
This device is a RAM disk that is initialized (e.g., loaded) This device is a RAM disk that is initialized (e.g., loaded)
by the boot loader before the kernel is started. by the boot loader before the kernel is started.
The kernel then can use The kernel then can use
.IR /dev/initrd "'s " .IR /dev/initrd "'s"
contents for a two-phase system boot-up. contents for a two-phase system boot-up.
.PP .PP
In the first boot-up phase, the kernel starts up In the first boot-up phase, the kernel starts up

View File

@ -42,7 +42,7 @@ You could do
.in +4n .in +4n
.EX .EX
$ \fBdd if=/dev/zero of=file.img bs=1MiB count=10\fP $ \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 mkfs -t ext4 /dev/loop4\fP
$ \fBsudo mkdir /myloopdev\fP $ \fBsudo mkdir /myloopdev\fP
$ \fBsudo mount /dev/loop4 /myloopdev\fP $ \fBsudo mount /dev/loop4 /myloopdev\fP