summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-08 10:07:48 +0100
committerKarel Zak2016-03-08 14:21:55 +0100
commitbed9c1f5e5692c9be1f70c5298cb6c53c34fe494 (patch)
treec000795983224b4530a7c27698135e2c8774e064 /sys-utils/mount.8
parentfstrim: a few tiny tweaks of the man page (diff)
downloadkernel-qcow2-util-linux-bed9c1f5e5692c9be1f70c5298cb6c53c34fe494.tar.gz
kernel-qcow2-util-linux-bed9c1f5e5692c9be1f70c5298cb6c53c34fe494.tar.xz
kernel-qcow2-util-linux-bed9c1f5e5692c9be1f70c5298cb6c53c34fe494.zip
mount: hardwrap an overlong example in the man page
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 46c934adc..190325308 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2410,7 +2410,10 @@ directory by using:
.RS
.br
-.BR "mount \-t overlay overlay \-olowerdir=/lower,upperdir=/upper,workdir=/work /merged"
+.nf
+.B "mount \-t overlay overlay \e"
+.B " \-olowerdir=/lower,upperdir=/upper,workdir=/work /merged"
+.fi
.br
.RE