aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.14
1 files changed, 2 insertions, 2 deletions
diff --git a/dmenu.1 b/dmenu.1
index c065087..323f93c 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -41,8 +41,8 @@ which lists programs in the user's $PATH and runs the result in their $SHELL.
41dmenu appears at the bottom of the screen. 41dmenu appears at the bottom of the screen.
42.TP 42.TP
43.B \-f 43.B \-f
44dmenu grabs the keyboard before reading stdin. This is faster, but will lock up 44dmenu grabs the keyboard before reading stdin if not reading from a tty. This
45X until stdin reaches end\-of\-file. 45is faster, but will lock up X until stdin reaches end\-of\-file.
46.TP 46.TP
47.B \-i 47.B \-i
48dmenu matches menu items case insensitively. 48dmenu matches menu items case insensitively.