mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix typos in dmenu docs (#1891)
This commit is contained in:
parent
c6f3cfb7d7
commit
b41654f903
3 changed files with 5 additions and 5 deletions
|
@ -22,8 +22,8 @@ features (like multi-select, highlighting, message bar, extra key bindings).
|
|||
.SH BASIC CONCEPT
|
||||
.PP
|
||||
In \fB\fCdmenu\fR mode, \fBrofi\fP reads data from standard in, splits them into
|
||||
separate entries and displays them. If the user selects an row, this is printed
|
||||
out to standard out, allow the script to process it further.
|
||||
separate entries and displays them. If the user selects a row, this is printed
|
||||
out to standard out, allowing the script to process it further.
|
||||
|
||||
.PP
|
||||
By default separation of rows is done on new lines, making it easy to pipe the
|
||||
|
|
|
@ -19,8 +19,8 @@ features (like multi-select, highlighting, message bar, extra key bindings).
|
|||
## BASIC CONCEPT
|
||||
|
||||
In `dmenu` mode, **rofi** reads data from standard in, splits them into
|
||||
separate entries and displays them. If the user selects an row, this is printed
|
||||
out to standard out, allow the script to process it further.
|
||||
separate entries and displays them. If the user selects a row, this is printed
|
||||
out to standard out, allowing the script to process it further.
|
||||
|
||||
By default separation of rows is done on new lines, making it easy to pipe the
|
||||
output a one application into **rofi** and the output of rofi into the next.
|
||||
|
|
|
@ -20,7 +20,7 @@ Besides, **rofi** offers some extended features (like multi-select, highlighting
|
|||
## BASIC CONCEPT
|
||||
|
||||
In `dmenu` mode, **rofi** reads data from standard in, splits them into separate entries and displays them.
|
||||
If the user selects an row, this is printed out to standard out, allow the script to process it further.
|
||||
If the user selects a row, this is printed out to standard out, allowing the script to process it further.
|
||||
|
||||
By default separation of rows is done on new lines, making it easy to pipe the output a one application into
|
||||
**rofi** and the output of rofi into the next.
|
||||
|
|
Loading…
Reference in a new issue