aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.110
1 files changed, 5 insertions, 5 deletions
diff --git a/dmenu.1 b/dmenu.1
index 8f56491..fb0a5fe 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -14,12 +14,12 @@ It supports arbitrary, user defined menu contents.
14.SS Options 14.SS Options
15.TP 15.TP
16.B \-v 16.B \-v
17prints version information to stdout, then exits. 17prints version information to standard output, then exits.
18.SH USAGE 18.SH USAGE
19.B dmenu 19.B dmenu
20reads a list of newline-separated items from stdin and creates a menu. 20reads a list of newline-separated items from standard input and creates a menu.
21When the user selects an item or enters any text and presses Return, his choice 21When the user selects an item or enters any text and presses Return, his choice
22is printed to stdout and 22is printed to standard output and
23.B dmenu 23.B dmenu
24terminates. 24terminates.
25.B dmenu 25.B dmenu
@@ -36,10 +36,10 @@ Tab
36Copy the selected item to the input field. 36Copy the selected item to the input field.
37.TP 37.TP
38Return 38Return
39Confirm selection and quit (print the selected item to stdout). 39Confirm selection and quit (print the selected item to standard output).
40.TP 40.TP
41Shift-Return 41Shift-Return
42Confirm selection and quit (print the text in the input field to stdout). 42Confirm selection and quit (print the text in the input field to standard output).
43.TP 43.TP
44Escape 44Escape
45Quit without selecting an item. 45Quit without selecting an item.