From 61b3d89107fe7151fc482e53d71085a4a84840d6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 Nov 2008 16:57:24 -0500 Subject: [PATCH] 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 --- mount/mount.8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mount/mount.8 b/mount/mount.8 index a959538e..7f30728a 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -166,8 +166,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 -- 2.39.5