Fixed hyphen-used-as-minus-sign issues in man page
This commit is contained in:
parent
8763f6930f
commit
5c77e1aa22
4
sxiv.1
4
sxiv.1
|
@ -76,7 +76,7 @@ Start in thumbnail mode.
|
||||||
Print version information to standard output and exit.
|
Print version information to standard output and exit.
|
||||||
.TP
|
.TP
|
||||||
.B \-Z
|
.B \-Z
|
||||||
The same as `-z 100'.
|
The same as `\-z 100'.
|
||||||
.TP
|
.TP
|
||||||
.BI "\-z " ZOOM
|
.BI "\-z " ZOOM
|
||||||
Scale all images to the current zoom level, use a zoom level of
|
Scale all images to the current zoom level, use a zoom level of
|
||||||
|
@ -236,7 +236,7 @@ Additionally, run the following command afterwards inside the cache directory
|
||||||
to remove empty subdirectories:
|
to remove empty subdirectories:
|
||||||
.P
|
.P
|
||||||
.RS
|
.RS
|
||||||
find -type d -empty -delete
|
find \-type d \-empty \-delete
|
||||||
.RE
|
.RE
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.EX
|
.EX
|
||||||
|
|
Loading…
Reference in New Issue