Skip to content

Commit

Permalink
Fix typos in dmenu docs (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Aug 23, 2023
1 parent c6f3cfb commit b41654f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/rofi-dmenu.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/rofi-dmenu.5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/1.7.5/rofi-dmenu.5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b41654f

Please sign in to comment.