Revert escaped double dash man page flag syntax

Commit 800a2e2d35 introduced a way to disable the conversion of `--`into
an en dash on docs.podman.io, so the ugly workaround of escaping the
dashes is no longer necessary.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
Paul Holzinger
2021-05-07 18:30:00 +02:00
parent 5616887f62
commit 30e731ecc8
114 changed files with 977 additions and 988 deletions

View File

@ -19,11 +19,11 @@ counter reaches zero indicating no other processes are using the mount.
An unmount can be forced with the --force flag.
## OPTIONS
#### **\-\-all**, **-a**
#### **--all**, **-a**
All of the currently mounted images will be unmounted.
#### **\-\-force**, **-f**
#### **--force**, **-f**
Force the unmounting of specified images' root file system, even if other
processes have mounted it.