diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-28 16:57:24 -0500 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2008-12-05 11:45:23 +0100 |
commit | 3933bc2e4a1a4dfce89aa534c381498b5f34c7f9 (patch) | |
tree | e9dff0dd90541678b605d998721b922670310a6c /mount | |
parent | e273df94bab7785df778de7eaeacfa729ee7d56e (diff) | |
download | util-linux-old-3933bc2e4a1a4dfce89aa534c381498b5f34c7f9.tar.gz |
mount: remove spurious newline from mount.8
The man page display shows quote marks instead of being interpreted by the
.B statement and hidden away due to a spurious newline.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'mount')
-rw-r--r-- | mount/mount.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mount/mount.8 b/mount/mount.8 index d2441621..8905599e 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -191,8 +191,7 @@ mounts under a given mountpoint. .br .B "mount --make-rprivate mountpoint" .br -.B -"mount --make-runbindable mountpoint" +.B "mount --make-runbindable mountpoint" .br .RE .RE |