From 446ef95621c6f3ed2c394abfe1dcd1cf8c0a471b Mon Sep 17 00:00:00 2001
From: Gaƫl PORTAY <gael.portay@savoirfairelinux.com>
Date: Thu, 18 Oct 2018 17:25:37 -0400
Subject: 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+
 
-- 
cgit v1.2.3