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@xxxxxxxxx> --- sys-utils/mount.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index e7215226c..4315fd6e5 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -2604,8 +2604,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 -- 2.27.0