]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount.8.adoc: use bold font for literal text in synopsis
authorJohannes Altmanninger <aclopte@gmail.com>
Sun, 6 Feb 2022 06:11:56 +0000 (07:11 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Feb 2022 09:52:05 +0000 (10:52 +0100)
In a synopsis, *bold* text means "type exactly as shown" (see man(1)).
mount.8.adoc has *--make*-[*shared*|...] which is weird because
the middle dash is not in bold even though it's meant to be typed
literally. Make it bold like the surrounding text.

Signed-off-by: Johannes Altmanninger <aclopte@gmail.com>
sys-utils/mount.8.adoc

index a308be76710c41295accf19e2b824ec112436ab2..fb9f299a0f162d4061f696885384e8f3047809c4 100644 (file)
@@ -55,7 +55,7 @@ mount - mount a filesystem
 
 *mount* *--bind*|*--rbind*|*--move* _olddir newdir_
 
-*mount* *--make*-[*shared*|*slave*|*private*|*unbindable*|*rshared*|*rslave*|*rprivate*|*runbindable*] _mountpoint_
+*mount* *--make-*[*shared*|*slave*|*private*|*unbindable*|*rshared*|*rslave*|*rprivate*|*runbindable*] _mountpoint_
 
 == DESCRIPTION