From 446ef95621c6f3ed2c394abfe1dcd1cf8c0a471b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 18 Oct 2018 17:25:37 -0400 Subject: [PATCH] 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' --- man/i3status.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+ -- 2.39.5