From e843762fcd8bd3788aee69a275f0dbfdf40364ff Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 15 Aug 2025 15:19:56 +0200 Subject: [PATCH] Fix typo in manpage --- doc/xob.1 | 2 +- doc/xob.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xob.1 b/doc/xob.1 index 40a3c84..ca1ca47 100644 --- a/doc/xob.1 +++ b/doc/xob.1 @@ -230,7 +230,7 @@ The two zones are separated by a padding-sized gap. Each of the following have three suboptions \[lq].fg\[rq], \[lq].bg\[rq], and \[lq].border\[rq] corresponding to hexadecimal RGB or RGBA specifications (e.g.\ #ff0000 or #ff0000ff) of the colors of the -foreground, the backgroud, and the border. +foreground, the background, and the border. If xob is built without transparency support, the alpha channel is ignored. .TP diff --git a/doc/xob.md b/doc/xob.md index b6c2f35..1e75c81 100644 --- a/doc/xob.md +++ b/doc/xob.md @@ -140,7 +140,7 @@ In the following, a dot "." means "suboption". For instance "color.normal.fg" me **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.