]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation patch for bug 245075: Document command-line script to send unsent bugma...
authorjocuri%softhome.net <>
Fri, 4 Apr 2008 11:48:18 +0000 (11:48 +0000)
committerjocuri%softhome.net <>
Fri, 4 Apr 2008 11:48:18 +0000 (11:48 +0000)
docs/en/xml/patches.xml

index 12efb0ca4855cef4a71d5865e04ec6f58fad8fea..f4739e127f760eccbf283376bc172f2203164b82 100644 (file)
       command line. They live in the 
       <filename class="directory">contrib/cmdline</filename> directory.
       There are three files - <filename>query.conf</filename>,
-      <filename>buglist</filename> and <filename>bugs</filename>.
+     <filename>buglist</filename> and <filename>bugs</filename>.
     </para>
 
     <warning>
-      <para>
-        These files pre-date the templatization work done as part of the
-        2.16 release, and have not been updated.
-      </para>
+      These files pre-date the templatisation work done as part of the
+      2.16 release, and have not been updated. 
     </warning>
     
     <para>
@@ -83,7 +81,7 @@
 
     <para>
       To accomplish this task, <filename>sendunsentbugmail.pl</filename> uses
-      the same mechanism as the <filename>sanitycheck.cgi</filename> script;
+      the same mechanism as the <filename>sanitycheck.cgi<filename> script; it
       it scans through the entire database looking for bugs with changes that
       were made more than 30 minutes ago, but where there is no record of
       anyone related to that bug having been sent mail. Having compiled a list,
     </para>
 
     <para>
-      <emphasis>Usage</emphasis>: move the sendunsentbugmail.pl script
-      up into the main directory, ensure it has execute permission, and run it
-      from the command line (or from a cron job) with no parameters.
+      USAGE: move the sendunsentbugmail.pl script up into the main directory,
+      ensure it has execute permission, and run it from the command line (or
+      from a cron job) with no parameters.
     </para>
   </section>