diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-09-07 20:27:36 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-09-07 20:27:36 (GMT) |
commit | dbe8fb585697e3a7c073cef083ff2fb027b76968 (patch) | |
tree | 400dddedf6428d0d16982e0a15b639f78d278c5e | |
parent | df81d59c9b7964b375534e8146d698639731044e (diff) | |
download | monitoring-plugins-dbe8fb585697e3a7c073cef083ff2fb027b76968.tar.gz |
Clarity based on comments by Ben Clewett
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@894 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index a3813bb..558bdf2 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -268,7 +268,7 @@ | |||
268 | 268 | ||
269 | <para>Notes:</para> | 269 | <para>Notes:</para> |
270 | <orderedlist> | 270 | <orderedlist> |
271 | <listitem><para>start > end></para> | 271 | <listitem><para>start > end</para> |
272 | </listitem> | 272 | </listitem> |
273 | <listitem><para>start and ":" is not required if start=0</para> | 273 | <listitem><para>start and ":" is not required if start=0</para> |
274 | </listitem> | 274 | </listitem> |
@@ -327,7 +327,7 @@ | |||
327 | same UOM</para> | 327 | same UOM</para> |
328 | </listitem> | 328 | </listitem> |
329 | <listitem><para>warn and crit are in the range format (see | 329 | <listitem><para>warn and crit are in the range format (see |
330 | <xref linkend="thresholdformat">)</para> | 330 | <xref linkend="thresholdformat">). Must be the same UOM</para> |
331 | </listitem> | 331 | </listitem> |
332 | <listitem><para>UOM (unit of measurement) is one of:</para> | 332 | <listitem><para>UOM (unit of measurement) is one of:</para> |
333 | <orderedlist> | 333 | <orderedlist> |