1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Fix typo in manpage
Author: Alexander Sulfrian <alexander@sulfrian.net>
Forwarded: https://github.com/florentc/xob/pull/51
This fixes a typo in the manpage reported by lintian.
Index: xob/doc/xob.md
===================================================================
--- xob.orig/doc/xob.md
+++ xob/doc/xob.md
@@ -140,7 +140,7 @@ In the following, a dot "." means "subop
**overflow** *"hidden" | "proportional"* (default: proportional)
: When "hidden" is set, a full bar is displayed using the overflow color when the value exceeds the maximum, whatever that value is. When "proportional" is set, only a portion of the bar whose size depends on the overflow is displayed using the overflow color. If the value is twice the maximum, half the bar is displayed using the overflow color. The two zones are separated by a padding-sized gap.
-Each of the following have three suboptions ".fg", ".bg", and ".border" corresponding to hexadecimal RGB or RGBA specifications (e.g. #ff0000 or #ff0000ff) of the colors of the foreground, the backgroud, and the border. If xob is built without transparency support, the alpha channel is ignored.
+Each of the following have three suboptions ".fg", ".bg", and ".border" corresponding to hexadecimal RGB or RGBA specifications (e.g. #ff0000 or #ff0000ff) of the colors of the foreground, the background, and the border. If xob is built without transparency support, the alpha channel is ignored.
**color.normal** *colors* (default: {fg = "#ffffff"; bg = "#00000090"; border = "#ffffff";})
: Colors in the general case.
|