From 4e9de7da20f630ac20c424d428867d85cbfd4ec5 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Wed, 24 Oct 2012 11:08:53 +0000 Subject: Bugfix, fixed a broken command-line example The last example in the table contradicted the previous example. Surely it's purpose was to showcase the @ behaviour to invert threshold, but the @ sign was missing. I also clarified the description to the second last example so it is in same style as the others. --- doc/developer-guidelines.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 1ce78ff4..d5142964 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -307,10 +307,10 @@ check_stuff -c5:6 - The only noncritical range is 5:6 + Critical if "stuff" is outside of 5:6 - check_stuff -c10:20 + check_stuff -c@10:20 Critical if "stuff" is less than 10 or over 20 -- cgit v1.2.3