diff options
-rw-r--r-- | doc/developer-guidelines.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 86e69404..1ce78ff4 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -311,7 +311,7 @@ </row> <row> <entry>check_stuff -c10:20</entry> - <entry>Critical if "stuff" is 10 to 20</entry> + <entry>Critical if "stuff" is less than 10 or over 20</entry> </row> </tbody> </tgroup> |