move -0 to bottom in the manpage
This commit is contained in:
parent
1f69a05abc
commit
ff8a8469fe
10
nsxiv.1
10
nsxiv.1
|
@ -3,7 +3,7 @@
|
||||||
nsxiv \- Simple X Image Viewer
|
nsxiv \- Simple X Image Viewer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B nsxiv
|
.B nsxiv
|
||||||
.RB [ \-abcfhi0opqrtvZ ]
|
.RB [ \-abcfhiopqrtvZ0 ]
|
||||||
.RB [ \-A
|
.RB [ \-A
|
||||||
.IR FRAMERATE ]
|
.IR FRAMERATE ]
|
||||||
.RB [ \-e
|
.RB [ \-e
|
||||||
|
@ -88,10 +88,6 @@ Print brief usage information to standard output and exit.
|
||||||
.B \-i
|
.B \-i
|
||||||
Read names of files to open from standard input. Also done if FILE is `-'.
|
Read names of files to open from standard input. Also done if FILE is `-'.
|
||||||
.TP
|
.TP
|
||||||
.B \-0
|
|
||||||
Same as \-o, however the marked files are NULL separated. This option implies
|
|
||||||
\-o.
|
|
||||||
.TP
|
|
||||||
.B \-o
|
.B \-o
|
||||||
Write list of all marked files to standard output when quitting. In combination
|
Write list of all marked files to standard output when quitting. In combination
|
||||||
with
|
with
|
||||||
|
@ -129,6 +125,10 @@ The same as `\-z 100'.
|
||||||
.TP
|
.TP
|
||||||
.BI "\-z " ZOOM
|
.BI "\-z " ZOOM
|
||||||
Set zoom level to ZOOM percent.
|
Set zoom level to ZOOM percent.
|
||||||
|
.TP
|
||||||
|
.B \-0
|
||||||
|
Same as \-o, however the marked files are NULL separated. This option implies
|
||||||
|
\-o.
|
||||||
.SH KEYBOARD COMMANDS
|
.SH KEYBOARD COMMANDS
|
||||||
.SS General
|
.SS General
|
||||||
The following keyboard commands are available in both image and thumbnail mode:
|
The following keyboard commands are available in both image and thumbnail mode:
|
||||||
|
|
Loading…
Reference in New Issue