summaryrefslogtreecommitdiffstats
path: root/docs/en/xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/xml')
-rw-r--r--docs/en/xml/glossary.xml2
-rw-r--r--docs/en/xml/installation.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/xml/glossary.xml b/docs/en/xml/glossary.xml
index 48730b248..aef3ab395 100644
--- a/docs/en/xml/glossary.xml
+++ b/docs/en/xml/glossary.xml
@@ -279,7 +279,7 @@
<glossterm>MySQL</glossterm>
<glossdef>
- <para>MySQL is currently the required
+ <para>MySQL is one of the supported
<glossterm linkend="gloss-rdbms">RDBMS</glossterm> for Bugzilla. MySQL
can be downloaded from <ulink url="http://www.mysql.com"/>. While you
should familiarize yourself with all of the documentation, some high
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 8df457439..cfd9f14f3 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1369,7 +1369,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
daily at 5 after midnight:
</para>
- <programlisting>5 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./collectstats.pl</programlisting>
+ <programlisting>5 0 * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./collectstats.pl</programlisting>
<para>
After two days have passed you'll be able to view bug graphs from
@@ -1400,7 +1400,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
graphs. This example runs it at 12.55am.
</para>
- <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; ; ./whineatnews.pl</programlisting>
+ <programlisting>55 0 * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./whineatnews.pl</programlisting>
<note>
<para>
@@ -1430,7 +1430,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
graphs. This example runs it every 15 minutes.
</para>
- <programlisting>*/15 * * * * cd &lt;your-bugzilla-directory&gt; ; ./whine.pl</programlisting>
+ <programlisting>*/15 * * * * cd &lt;your-bugzilla-directory&gt; &amp;&amp; ./whine.pl</programlisting>
<note>
<para>