From 67fcb857395dd59e518d72561571aba731d0d5f4 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Sun, 21 Jun 2020 22:58:27 +0000 Subject: [PATCH] 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 --- 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 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 -- 2.47.3