diff options
author | Orestis <orestisf1993@gmail.com> | 2018-10-19 02:08:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 02:08:53 +0300 |
commit | 13f720ab752d61447cf7b4c06cd9a011b0d17bea (patch) | |
tree | 665e179d89bb3723253d9d01850cff89516b1c97 /man | |
parent | ddadc8e4d728923cf5bc7c8a894b103cf061c47d (diff) | |
parent | 446ef95621c6f3ed2c394abfe1dcd1cf8c0a471b (diff) |
Merge pull request #315 from gportay/fix-typo-in-man
man: fix typo for max_threshold in load
Diffstat (limited to 'man')
-rw-r--r-- | man/i3status.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index f22e479..7d27ae3 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -489,7 +489,7 @@ format_above_threshold. *Example format*: +%1min %5min %15min+ -*Example max_threshold*: +"0,1"+ +*Example max_threshold*: +"0.1"+ *Example format_above_threshold*: +Warning: %1min %5min %15min+ |