mirror of https://github.com/0intro/wmii
Man page typo fixes.
This commit is contained in:
parent
ffd2961abe
commit
52feba5b07
10
man/wimenu.1
10
man/wimenu.1
|
@ -16,7 +16,7 @@ wimenu \-v
|
||||||
extensively by \fBwmii\fR and related programs to prompt the user
|
extensively by \fBwmii\fR and related programs to prompt the user
|
||||||
for input. The standard configuration uses it to launch
|
for input. The standard configuration uses it to launch
|
||||||
programs, select views, and perform standard actions. It
|
programs, select views, and perform standard actions. It
|
||||||
supports basic item completion and history support.
|
supports basic item completion and history searching.
|
||||||
|
|
||||||
.SH ARGUMENTS
|
.SH ARGUMENTS
|
||||||
.TP
|
.TP
|
||||||
|
@ -59,7 +59,7 @@ case insensitive manner.
|
||||||
.RS
|
.RS
|
||||||
Prevents \fBwimenu\fR from initializing its default key
|
Prevents \fBwimenu\fR from initializing its default key
|
||||||
bindings. WARNING: If you do this, be sure to bind a key
|
bindings. WARNING: If you do this, be sure to bind a key
|
||||||
with the Accept or Reject action, of you won't be able
|
with the Accept or Reject action, or you will have no way
|
||||||
to exit \fBwimenu\fR.
|
to exit \fBwimenu\fR.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
@ -81,8 +81,8 @@ where \fI<key>\fR is a key name, similar to the format used by
|
||||||
wmii. For action and args, please refer to the default
|
wmii. For action and args, please refer to the default
|
||||||
bindings, provided in the source distribution under
|
bindings, provided in the source distribution under
|
||||||
cmd/menu/keys.txt, or use strings(1) on the \fBwimenu\fR
|
cmd/menu/keys.txt, or use strings(1) on the \fBwimenu\fR
|
||||||
executable (this level of customization is discouraged,
|
executable (this level of customization is reserved for the
|
||||||
and reserved for the determined).
|
determined).
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
\-n \fI<count>\fR
|
\-n \fI<count>\fR
|
||||||
|
@ -104,7 +104,7 @@ when the menu is opened.
|
||||||
\-s \fI<screen>\fR
|
\-s \fI<screen>\fR
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
Suggests that the menu open on Xinerama screen \fI<screen>\fR
|
Suggests that the menu open on Xinerama screen \fI<screen>\fR.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
|
|
|
@ -19,7 +19,7 @@ wimenu -v
|
||||||
extensively by `wmii` and related programs to prompt the user
|
extensively by `wmii` and related programs to prompt the user
|
||||||
for input. The standard configuration uses it to launch
|
for input. The standard configuration uses it to launch
|
||||||
programs, select views, and perform standard actions. It
|
programs, select views, and perform standard actions. It
|
||||||
supports basic item completion and history support.
|
supports basic item completion and history searching.
|
||||||
|
|
||||||
= ARGUMENTS =
|
= ARGUMENTS =
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ supports basic item completion and history support.
|
||||||
: -K
|
: -K
|
||||||
Prevents `wimenu` from initializing its default key
|
Prevents `wimenu` from initializing its default key
|
||||||
bindings. WARNING: If you do this, be sure to bind a key
|
bindings. WARNING: If you do this, be sure to bind a key
|
||||||
with the Accept or Reject action, of you won't be able
|
with the Accept or Reject action, or you will have no way
|
||||||
to exit `wimenu`.
|
to exit `wimenu`.
|
||||||
: -k <key file>
|
: -k <key file>
|
||||||
Key bindings will be read from <key file>. Bindings
|
Key bindings will be read from <key file>. Bindings
|
||||||
|
@ -52,8 +52,8 @@ supports basic item completion and history support.
|
||||||
wmii. For action and args, please refer to the default
|
wmii. For action and args, please refer to the default
|
||||||
bindings, provided in the source distribution under
|
bindings, provided in the source distribution under
|
||||||
cmd/menu/keys.txt, or use strings(1) on the `wimenu`
|
cmd/menu/keys.txt, or use strings(1) on the `wimenu`
|
||||||
executable (this level of customization is discouraged,
|
executable (this level of customization is reserved for the
|
||||||
and reserved for the determined).
|
determined).
|
||||||
: -n <count>
|
: -n <count>
|
||||||
Write at most <count> items back to the history file.
|
Write at most <count> items back to the history file.
|
||||||
The file is never modified unless this option is
|
The file is never modified unless this option is
|
||||||
|
@ -63,7 +63,7 @@ supports basic item completion and history support.
|
||||||
The string <prompt> will be show before the input field
|
The string <prompt> will be show before the input field
|
||||||
when the menu is opened.
|
when the menu is opened.
|
||||||
: -s <screen>
|
: -s <screen>
|
||||||
Suggests that the menu open on Xinerama screen <screen>
|
Suggests that the menu open on Xinerama screen <screen>.
|
||||||
|
|
||||||
= ENVIRONMENT =
|
= ENVIRONMENT =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue