summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-18 01:19:59 +0200
committerBert <ber.t@gmx.com>2011-08-18 01:19:59 +0200
commit5c77e1aa221c168003b673bd2d22baa090444b8e (patch)
tree6f069bc2f40c5b0b2b0e9d137fe267ed9732ab3b /sxiv.1
parent8763f6930f4c1ebcf2c176cdb7c97ac7b70cae50 (diff)
downloadnsxiv-5c77e1aa221c168003b673bd2d22baa090444b8e.tar.zst
Fixed hyphen-used-as-minus-sign issues in man page
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sxiv.1 b/sxiv.1
index d6f7069..689b54e 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -76,7 +76,7 @@ Start in thumbnail mode.
Print version information to standard output and exit.
.TP
.B \-Z
-The same as `-z 100'.
+The same as `\-z 100'.
.TP
.BI "\-z " ZOOM
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:
.P
.RS
-find -type d -empty -delete
+find \-type d \-empty \-delete
.RE
.SH AUTHORS
.EX