diff options
author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-10-18 17:25:37 -0400 |
---|---|---|
committer | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-10-18 17:29:21 -0400 |
commit | 446ef95621c6f3ed2c394abfe1dcd1cf8c0a471b (patch) | |
tree | 665e179d89bb3723253d9d01850cff89516b1c97 /man | |
parent | ddadc8e4d728923cf5bc7c8a894b103cf061c47d (diff) |
man: fix typo for max_threshold in load
Floating values use a dot (not a comma).
Fixes:
invalid floating point value for option 'max_threshold'
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+ |