This commit is contained in:
Connor Lane Smith
2011-05-15 02:37:49 +01:00
parent 6cc0b0dc08
commit 1654d6cd62
4 changed files with 18 additions and 19 deletions

View File

@ -31,9 +31,9 @@ dmenu \- dynamic menu
.B dmenu
is a dynamic menu for X, originally designed for
.BR dwm (1).
It manages huge numbers of user-defined menu items efficiently.
It manages huge numbers of user\-defined menu items efficiently.
.P
dmenu reads a list of newline-separated items from stdin and creates a menu.
dmenu reads a list of newline\-separated items from stdin and creates a menu.
When the user selects an item or enters any text and presses Return, their
choice is printed to stdout and dmenu terminates.
.P