applied MichaƂ Janeczek dmenu patch, made dmenu match case-insensitive by default...
[dmenu.git] / dmenu.1
diff --git a/dmenu.1 b/dmenu.1
index 4e44e27..dc13f2b 100644 (file)
--- a/dmenu.1
+++ b/dmenu.1
@@ -1,9 +1,10 @@
-.TH DMENU 1 dmenu\-VERSION
+.TH DMENU 1 dmenu\-3.2
 .SH NAME
 dmenu \- dynamic menu
 .SH SYNOPSIS
 .B dmenu
 .RB [ \-b ]
+.RB [ \-i ]
 .RB [ \-fn " <font>"]
 .RB [ \-nb " <color>"]
 .RB [ \-nf " <color>"]
@@ -22,6 +23,9 @@ efficiently.
 .B \-b
 makes dmenu appear at the screen bottom (by default it appears at the screen top).
 .TP
+.B \-i
+makes dmenu match menu entries with ignoring intermediate characters.
+.TP
 .B \-fn <font>
 defines the font.
 .TP
@@ -82,7 +86,7 @@ Quit without selecting an item. Returns
 on termination.
 .TP
 .B Backspace (Control\-h)
-Remove enough characters from the input field to change its filtering effect.
+Remove a character from the input field.
 .TP
 .B Control\-u
 Remove all characters from the input field.