Author: paul
Date: 2006-01-06 05:02:23 +0100 (Fri, 06 Jan 2006)
New Revision: 702
Log:
r5904@frost: paul | 2006-01-05 21:11:22 -0600
General revisions.
Modified:
trunk/
trunk/refman-4.1/using-mysql-programs.xml
trunk/refman-5.0/using-mysql-programs.xml
trunk/refman-5.1/using-mysql-programs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5903
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1933
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5904
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1933
Modified: trunk/refman-4.1/using-mysql-programs.xml
===================================================================
--- trunk/refman-4.1/using-mysql-programs.xml 2006-01-06 04:02:03 UTC (rev 701)
+++ trunk/refman-4.1/using-mysql-programs.xml 2006-01-06 04:02:23 UTC (rev 702)
@@ -544,9 +544,9 @@
Another change to option processing introduced in MySQL 4.0 is
that you can use the <option>--loose</option> prefix for
command-line options. If an option is prefixed by
- <option>--loose</option>, the program does not exit with an
- error if it does not recognize the option, but instead issues
- only a warning:
+ <option>--loose</option>, a program does not exit with an error
+ if it does not recognize the option, but instead issues only a
+ warning:
</para>
<programlisting>
@@ -557,16 +557,15 @@
<para>
The <option>--loose</option> prefix can be useful when you run
programs from multiple installations of MySQL on the same
- machine, at least if all the versions are as recent as 4.0.2.
- This prefix is particularly useful when you list options in an
- option file. An option that may not be recognized by all
- versions of a program can be given using the
- <option>--loose</option> prefix (or <literal>loose</literal> in
- an option file). Versions of the program that do not recognize
- the option issue a warning and ignore the option. This strategy
- requires that versions involved be 4.0.2 or later, because
- earlier versions know nothing of the <option>--loose</option>
- convention.
+ machine and list options in an option file, An option that may
+ not be recognized by all versions of a program can be given
+ using the <option>--loose</option> prefix (or
+ <literal>loose</literal> in an option file). Versions of the
+ program that recognize the option process it normally, and
+ versions that do not recognize it issue a warning and ignore it.
+ This strategy requires that versions involved be 4.0.2 or later,
+ because earlier versions know nothing of the
+ <option>--loose</option> convention.
</para>
<para>
Modified: trunk/refman-5.0/using-mysql-programs.xml
===================================================================
--- trunk/refman-5.0/using-mysql-programs.xml 2006-01-06 04:02:03 UTC (rev 701)
+++ trunk/refman-5.0/using-mysql-programs.xml 2006-01-06 04:02:23 UTC (rev 702)
@@ -554,7 +554,7 @@
</programlisting>
<para>
- If an option is prefixed by <option>--loose</option>, the
+ If an option is prefixed by <option>--loose</option>, a
program does not exit with an error if it does not recognize the
option, but instead issues only a warning:
</para>
@@ -567,12 +567,12 @@
<para>
The <option>--loose</option> prefix can be useful when you run
programs from multiple installations of MySQL on the same
- machine. This prefix is particularly useful when you list
- options in an option file. An option that may not be recognized
- by all versions of a program can be given using the
- <option>--loose</option> prefix (or <literal>loose</literal> in
- an option file). Versions of the program that do not recognize
- the option issue a warning and ignore the option. convention.
+ machine and list options in an option file, An option that may
+ not be recognized by all versions of a program can be given
+ using the <option>--loose</option> prefix (or
+ <literal>loose</literal> in an option file). Versions of the
+ program that recognize the option process it normally, and
+ versions that do not recognize it issue a warning and ignore it.
</para>
<para>
Modified: trunk/refman-5.1/using-mysql-programs.xml
===================================================================
--- trunk/refman-5.1/using-mysql-programs.xml 2006-01-06 04:02:03 UTC (rev 701)
+++ trunk/refman-5.1/using-mysql-programs.xml 2006-01-06 04:02:23 UTC (rev 702)
@@ -554,7 +554,7 @@
</programlisting>
<para>
- If an option is prefixed by <option>--loose</option>, the
+ If an option is prefixed by <option>--loose</option>, a
program does not exit with an error if it does not recognize the
option, but instead issues only a warning:
</para>
@@ -567,12 +567,12 @@
<para>
The <option>--loose</option> prefix can be useful when you run
programs from multiple installations of MySQL on the same
- machine. This prefix is particularly useful when you list
- options in an option file. An option that may not be recognized
- by all versions of a program can be given using the
- <option>--loose</option> prefix (or <literal>loose</literal> in
- an option file). Versions of the program that do not recognize
- the option issue a warning and ignore the option. convention.
+ machine and list options in an option file, An option that may
+ not be recognized by all versions of a program can be given
+ using the <option>--loose</option> prefix (or
+ <literal>loose</literal> in an option file). Versions of the
+ program that recognize the option process it normally, and
+ versions that do not recognize it issue a warning and ignore it.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r702 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 6 Jan |