From: Gaƫl PORTAY Date: Thu, 18 Oct 2018 21:25:37 +0000 (-0400) Subject: man: fix typo for max_threshold in load X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F315%2Fhead;p=i3%2Fi3status 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' --- 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+