diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-28 07:22:38 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-28 07:22:38 +0200 |
commit | d4a4cc1ab8c316c22f3d6f2a47b287a6db6fa1d7 (patch) | |
tree | 5be854a38a1c0f4561c4a1b2657189163e649e73 | |
parent | 11bda99968c6c755065b35605d5c00846db0665f (diff) |
updated man page
-rw-r--r-- | dmenu.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
17 | prints version information to stdout, then exits. | 17 | prints version information to standard output, then exits. |
18 | .SH USAGE | 18 | .SH USAGE |
19 | .B dmenu | 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 | When the user selects an item or enters any text and presses Return, his choice | 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 | .B dmenu | 23 | .B dmenu |
24 | terminates. | 24 | terminates. |
25 | .B dmenu | 25 | .B dmenu |
@@ -36,10 +36,10 @@ Tab | |||
36 | Copy the selected item to the input field. | 36 | Copy the selected item to the input field. |
37 | .TP | 37 | .TP |
38 | Return | 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 | .TP | 40 | .TP |
41 | Shift-Return | 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 | .TP | 43 | .TP |
44 | Escape | 44 | Escape |
45 | Quit without selecting an item. | 45 | Quit without selecting an item. |