]> git.armaanb.net Git - dmenu.git/commitdiff
dmenu.1: document improved fastgrab behaviour from previous patch
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Jan 2019 14:28:02 +0000 (15:28 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Jan 2019 14:28:02 +0000 (15:28 +0100)
dmenu.1

diff --git a/dmenu.1 b/dmenu.1
index c06508757c9ab6c31321c9557e02092e38cbb9da..323f93cf88eee5bd4878cf78cf40d9677277916c 100644 (file)
--- 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.
 dmenu appears at the bottom of the screen.
 .TP
 .B \-f
-dmenu grabs the keyboard before reading stdin.  This is faster, but will lock up
-X until stdin reaches end\-of\-file.
+dmenu grabs the keyboard before reading stdin if not reading from a tty. This
+is faster, but will lock up X until stdin reaches end\-of\-file.
 .TP
 .B \-i
 dmenu matches menu items case insensitively.