diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-18 22:49:20 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-18 22:49:20 +0200 |
commit | e3f3c2566be8ce17b7d854c120e036a91a36fe0f (patch) | |
tree | 5f330cf6b7df12976a7ea7b3b1ececcfea550b4d /docs/en | |
parent | 3e42acb389a5d7a7a04cb7768ca3a0ecc2c471ed (diff) | |
parent | 1b68b3315e62ca5c0f761f947db9ffadd91c435f (diff) | |
download | bugzilla-e3f3c2566be8ce17b7d854c120e036a91a36fe0f.tar.gz bugzilla-e3f3c2566be8ce17b7d854c120e036a91a36fe0f.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/glossary.xml | 2 | ||||
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
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 <your-bugzilla-directory> ; ./collectstats.pl</programlisting> + <programlisting>5 0 * * * cd <your-bugzilla-directory> && ./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 <your-bugzilla-directory> ; ./whineatnews.pl</programlisting> + <programlisting>55 0 * * * cd <your-bugzilla-directory> && ./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 <your-bugzilla-directory> ; ./whine.pl</programlisting> + <programlisting>*/15 * * * * cd <your-bugzilla-directory> && ./whine.pl</programlisting> <note> <para> |