mount.8.adoc: use bold font for literal text in synopsis

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>
This commit is contained in:
Johannes Altmanninger 2022-02-06 07:11:56 +01:00 committed by Karel Zak
parent 704fd884f6
commit 141fbd76ad
1 changed files with 1 additions and 1 deletions

View 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