From: Bjarni Ingi Gislason Date: Sun, 21 Jun 2020 22:58:27 +0000 (+0000) Subject: sys-utils: mount.8: split a long line into two X-Git-Tag: v2.36-rc2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fcb857395dd59e518d72561571aba731d0d5f4;p=thirdparty%2Futil-linux.git sys-utils: mount.8: split a long line into two 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 --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 733dbaa3fa..76b96dad42 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -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 \-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=,verity.roothashsig=/tmp/etc.p7 /tmp/etc.squashfs /mnt +.B openssl smime \-sign \-in \-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=,\e +.B verity.roothashsig=/tmp/etc.p7 /tmp/etc.squashfs /mnt .fi .RE .sp