From b41654f903fd029f7ad2dee6c842da3b3f894382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Wed, 23 Aug 2023 22:19:07 +0200 Subject: [PATCH] Fix typos in dmenu docs (#1891) --- doc/rofi-dmenu.5 | 4 ++-- doc/rofi-dmenu.5.markdown | 4 ++-- mkdocs/docs/1.7.5/rofi-dmenu.5.markdown | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.