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'
This commit is contained in:
Gaël PORTAY 2018-10-18 17:25:37 -04:00
parent ddadc8e4d7
commit 446ef95621

View File

@ -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+