updated man page d4a4cc1a
Anselm R. Garbe · 2006-08-28 07:22 1 file(s) · +5 −5
dmenu.1 +5 −5
14 14
.SS Options
15 15
.TP
16 16
.B \-v
17 -
prints version information to stdout, then exits.
17 +
prints version information to standard output, then exits.
18 18
.SH USAGE
19 19
.B dmenu
20 -
reads a list of newline-separated items from stdin and creates a menu.
20 +
reads a list of newline-separated items from standard input and creates a menu.
21 21
When the user selects an item or enters any text and presses Return, his choice
22 -
is printed to stdout and
22 +
is printed to standard output and
23 23
.B dmenu
24 24
terminates.
25 25
.B dmenu
36 36
Copy the selected item to the input field.
37 37
.TP
38 38
Return
39 -
Confirm selection and quit (print the selected item to stdout).
39 +
Confirm selection and quit (print the selected item to standard output).
40 40
.TP
41 41
Shift-Return
42 -
Confirm selection and quit (print the text in the input field to stdout).
42 +
Confirm selection and quit (print the text in the input field to standard output).
43 43
.TP
44 44
Escape
45 45
Quit without selecting an item.