diff --git a/doc/rofi-dmenu.5 b/doc/rofi-dmenu.5 index 21482ab7a..a2cebe598 100644 --- a/doc/rofi-dmenu.5 +++ b/doc/rofi-dmenu.5 @@ -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 diff --git a/doc/rofi-dmenu.5.markdown b/doc/rofi-dmenu.5.markdown index b1dd8ab32..3d19eb981 100644 --- a/doc/rofi-dmenu.5.markdown +++ b/doc/rofi-dmenu.5.markdown @@ -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. diff --git a/mkdocs/docs/1.7.5/rofi-dmenu.5.markdown b/mkdocs/docs/1.7.5/rofi-dmenu.5.markdown index 9e5254267..d1b080aed 100644 --- a/mkdocs/docs/1.7.5/rofi-dmenu.5.markdown +++ b/mkdocs/docs/1.7.5/rofi-dmenu.5.markdown @@ -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.