From 0c2c7972e99835bc7f7f15f9960dab5277818215 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 26 Jul 2017 08:55:28 +0200 Subject: [PATCH] Small update to rofi-theme manpage. --- doc/rofi-theme.5 | 2 +- doc/rofi-theme.5.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5 index 12bce20d..fc2d6eb5 100644 --- a/doc/rofi-theme.5 +++ b/doc/rofi-theme.5 @@ -1040,7 +1040,7 @@ inputbar Packs: \fBprompt,entry,case\-indicator\fR .IP "" 0 . .P -Any widget name starting with \fBtextbox\fR is a textbox widget, all others are boxes that can pack other widgets\. To specify children, set the children property (this always happens on the \fBbox\fR child, see example below): +Any widget name starting with \fBtextbox\fR is a textbox widget, all others are a box widget and can pack other widgets\. To specify children, set the children property (this always happens on the \fBbox\fR child, see example below): . .IP "" 4 . diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown index 7cbb4923..a625c209 100644 --- a/doc/rofi-theme.5.markdown +++ b/doc/rofi-theme.5.markdown @@ -657,8 +657,8 @@ The following exists and automatically pack a subset of the widgets as in the ab * inputbar Packs: `prompt,entry,case-indicator` -Any widget name starting with `textbox` is a textbox widget, all others are -boxes that can pack other widgets. To specify children, set the children +Any widget name starting with `textbox` is a textbox widget, all others are a +box widget and can pack other widgets. To specify children, set the children property (this always happens on the `box` child, see example below): ```