summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-01-12 23:33:46 +0100
committerDave Davenport <qball@gmpclient.org>2019-01-12 23:33:46 +0100
commit41e15539b4cb030eeff65ccd74b4278e26ed7251 (patch)
tree26668de321a7002b55813e815e1663f512363283
parent76273798e41f4bc2cadd69ca7d9975a0acd3d37d (diff)
Fix modi->mode when refering to singular
-rw-r--r--doc/rofi-theme-selector.12
-rw-r--r--doc/rofi-theme.52
-rw-r--r--doc/rofi.18
-rw-r--r--doc/rofi.1.markdown8
4 files changed, 10 insertions, 10 deletions
diff --git a/doc/rofi-theme-selector.1 b/doc/rofi-theme-selector.1
index 6a9630c7..a667a0ae 100644
--- a/doc/rofi-theme-selector.1
+++ b/doc/rofi-theme-selector.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI\-THEME\-SELECTOR" "1" "May 2018" "" ""
+.TH "ROFI\-THEME\-SELECTOR" "1" "February 2018" "" ""
.
.SH "NAME"
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 23ba0f54..91a6d4bc 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI\-THEME" "5" "July 2018" "" ""
+.TH "ROFI\-THEME" "5" "January 2019" "" ""
.
.SH "NAME"
\fBrofi\-theme\fR \- Rofi theme format files
diff --git a/doc/rofi.1 b/doc/rofi.1
index 4652b45c..eab9603c 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1394,16 +1394,16 @@ Transparency can be used within \fBrofi\fR, for example if the selected backgrou
\fBShift\-Enter\fR: Return the selected entry and move to the next item while keeping \fBrofi\fR open\. (in dmenu)
.
.IP "\(bu" 4
-\fBShift\-Right\fR: Switch to the next modi\. The list can be customized with the \fB\-switchers\fR argument\.
+\fBShift\-Right\fR: Switch to the next mode\. The list can be customized with the \fB\-switchers\fR argument\.
.
.IP "\(bu" 4
-\fBShift\-Left\fR: Switch to the previous modi\. The list can be customized with the \fB\-switchers\fR argument\.
+\fBShift\-Left\fR: Switch to the previous mode\. The list can be customized with the \fB\-switchers\fR argument\.
.
.IP "\(bu" 4
-\fBCtrl\-Tab\fR: Switch to the next modi\. The list can be customized with the \fB\-switchers\fR argument\.
+\fBCtrl\-Tab\fR: Switch to the next mode\. The list can be customized with the \fB\-switchers\fR argument\.
.
.IP "\(bu" 4
-\fBCtrl\-Shift\-Tab\fR: Switch to the previous modi\. The list can be customized with the \fB\-switchers\fR argument\.
+\fBCtrl\-Shift\-Tab\fR: Switch to the previous mode\. The list can be customized with the \fB\-switchers\fR argument\.
.
.IP "\(bu" 4
\fBCtrl\-space\fR: Set selected item as input text\.
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 69adc208..1b4fb82e 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -807,10 +807,10 @@ of the window will be visible through it.
* `Ctrl-Enter`: Use entered text as a command (in `ssh/run modi`)
* `Shift-Enter`: Launch the application in a terminal (in run mode)
* `Shift-Enter`: Return the selected entry and move to the next item while keeping **rofi** open. (in dmenu)
- * `Shift-Right`: Switch to the next modi. The list can be customized with the `-switchers` argument.
- * `Shift-Left`: Switch to the previous modi. The list can be customized with the `-switchers` argument.
- * `Ctrl-Tab`: Switch to the next modi. The list can be customized with the `-switchers` argument.
- * `Ctrl-Shift-Tab`: Switch to the previous modi. The list can be customized with the `-switchers` argument.
+ * `Shift-Right`: Switch to the next mode. The list can be customized with the `-switchers` argument.
+ * `Shift-Left`: Switch to the previous mode. The list can be customized with the `-switchers` argument.
+ * `Ctrl-Tab`: Switch to the next mode. The list can be customized with the `-switchers` argument.
+ * `Ctrl-Shift-Tab`: Switch to the previous mode. The list can be customized with the `-switchers` argument.
* `Ctrl-space`: Set selected item as input text.
* `Shift-Del`: Delete entry from history.
* `grave`: Toggle case sensitivity.