From d7f7cfe8d2cac320a51aba42ee5252e1b9b30f4b Mon Sep 17 00:00:00 2001 From: palli Date: Mon, 3 Dec 2012 11:08:58 +0000 Subject: Description for table4 example7 My original patch was based on the online version which was apparently out of date. In the meantime someone changed the description of example7 instead of the example. I think this is better because otherwise example 6 and 7 are basically the same. diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index d514296..9de0512 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -307,11 +307,11 @@ check_stuff -c5:6 - Critical if "stuff" is outside of 5:6 + Critical if "stuff" is less than 5 or more than 6 check_stuff -c@10:20 - Critical if "stuff" is less than 10 or over 20 + OK if stuff is less than 10 or higher than 20, otherwise critical -- cgit v0.10-9-g596f