diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-09-07 20:27:36 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-09-07 20:27:36 +0000 |
commit | dbe8fb585697e3a7c073cef083ff2fb027b76968 (patch) | |
tree | 400dddedf6428d0d16982e0a15b639f78d278c5e /doc | |
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
Diffstat (limited to 'doc')
-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 a3813bbf..558bdf2b 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -268,7 +268,7 @@ <para>Notes:</para> <orderedlist> - <listitem><para>start > end></para> + <listitem><para>start > end</para> </listitem> <listitem><para>start and ":" is not required if start=0</para> </listitem> @@ -327,7 +327,7 @@ same UOM</para> </listitem> <listitem><para>warn and crit are in the range format (see - <xref linkend="thresholdformat">)</para> + <xref linkend="thresholdformat">). Must be the same UOM</para> </listitem> <listitem><para>UOM (unit of measurement) is one of:</para> <orderedlist> |