]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sys-utils: mount.8: split a long line into two
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Sun, 21 Jun 2020 22:58:27 +0000 (22:58 +0000)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Jun 2020 13:42:43 +0000 (15:42 +0200)
  Split two long lines, adding '\e' at the end of the first part,
as otherwise the last part of them disappears at the right margin in
the printed output (pdf).

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
sys-utils/mount.8

index 733dbaa3fa47faa71163aee44f8cdb20ade17f65..76b96dad4220d46429a1e7cac1652eb1353fd90b 100644 (file)
@@ -2605,8 +2605,10 @@ For example commands:
 .B mksquashfs /etc /tmp/etc.squashfs
 .B dd if=/dev/zero of=/tmp/etc.hash bs=1M count=10
 .B veritysetup format /tmp/etc.squashfs /tmp/etc.hash
-.B openssl smime \-sign \-in <hash> \-nocerts \-inkey private.key \-signer private.crt \-noattr \-binary \-outform der \-out /tmp/etc.p7
-.B mount \-o verity.hashdevice=/tmp/etc.hash,verity.roothash=<hash>,verity.roothashsig=/tmp/etc.p7 /tmp/etc.squashfs /mnt
+.B openssl smime \-sign \-in <hash> \-nocerts \-inkey private.key \e
+.B \-signer private.crt \-noattr \-binary \-outform der \-out /tmp/etc.p7
+.B mount \-o verity.hashdevice=/tmp/etc.hash,verity.roothash=<hash>,\e
+.B verity.roothashsig=/tmp/etc.p7 /tmp/etc.squashfs /mnt
 .fi
 .RE
 .sp