diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml
index 9e1da501..dcb98184 100644
--- a/doc/developer-guidelines.sgml
+++ b/doc/developer-guidelines.sgml
@@ -243,7 +243,7 @@
This is the expected format:
- 'label'=value[UOM];[crit];[warn][;[max];[min]]
+ 'label'=value[UOM];[warn];[crit];[min];[max]
Notes:
@@ -261,10 +261,11 @@
to specify a quote character, use two single quotes
- crit or warn may be null (if the threshold is not defined)
+ warn, crit, min or max may be null (for example, if the threshold is
+ not defined or min and max do not apply). Trailing unfilled semicolons can be
+ dropped
- max and min are optional. Holds maximum values for the
- particular UOM (not required if UOM=%)
+ min and max are not required if UOM=%
value, crit, warn, max and min in class [-0-9.]. Must all be the
same UOM