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:
parent
704fd884f6
commit
141fbd76ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue