Author: paul
Date: 2009-10-22 03:38:57 +0200 (Thu, 22 Oct 2009)
New Revision: 17254
Log:
r45737@frost: paul | 2009-10-21 20:36:25 -0500
Tweak tee description (Lachlan)
Modified:
trunk/refman-4.1/programs-client-core.xml
trunk/refman-5.0/programs-client-core.xml
trunk/refman-5.1/programs-client-core.xml
trunk/refman-5.4/programs-client-core.xml
trunk/refman-5.5/programs-client-core.xml
trunk/refman-6.0.sav/programs-client-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:27174
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:45735
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:27174
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:25547
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:45737
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/refman-4.1/programs-client-core.xml
===================================================================
--- trunk/refman-4.1/programs-client-core.xml 2009-10-22 00:04:02 UTC (rev 17253)
+++ trunk/refman-4.1/programs-client-core.xml 2009-10-22 01:38:57 UTC (rev 17254)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 3; 1101 bytes
@@ -1262,8 +1262,8 @@
</para>
<para>
- Append a copy of output to the given file. This option does
- not work in batch mode. <xref linkend="mysql-commands"/>,
+ Append a copy of output to the given file. This option works
+ only in interactive mode. <xref linkend="mysql-commands"/>,
discusses tee files further.
</para>
</listitem>
@@ -2211,7 +2211,8 @@
appended into a given file. This can be very useful for
debugging purposes also. <command>mysql</command> flushes
results to the file after each statement, just before it
- prints its next prompt.
+ prints its next prompt. Tee functionality works only in
+ interactive more.
</para>
<para>
Modified: trunk/refman-5.0/programs-client-core.xml
===================================================================
--- trunk/refman-5.0/programs-client-core.xml 2009-10-22 00:04:02 UTC (rev 17253)
+++ trunk/refman-5.0/programs-client-core.xml 2009-10-22 01:38:57 UTC (rev 17254)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 3; 1101 bytes
@@ -1342,8 +1342,8 @@
</para>
<para>
- Append a copy of output to the given file. This option does
- not work in batch mode. <xref linkend="mysql-commands"/>,
+ Append a copy of output to the given file. This option works
+ only in interactive mode. <xref linkend="mysql-commands"/>,
discusses tee files further.
</para>
</listitem>
@@ -2365,7 +2365,8 @@
appended into a given file. This can be very useful for
debugging purposes also. <command>mysql</command> flushes
results to the file after each statement, just before it
- prints its next prompt.
+ prints its next prompt. Tee functionality works only in
+ interactive more.
</para>
<para>
Modified: trunk/refman-5.1/programs-client-core.xml
===================================================================
--- trunk/refman-5.1/programs-client-core.xml 2009-10-22 00:04:02 UTC (rev 17253)
+++ trunk/refman-5.1/programs-client-core.xml 2009-10-22 01:38:57 UTC (rev 17254)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 3; 1101 bytes
@@ -1391,8 +1391,8 @@
</para>
<para>
- Append a copy of output to the given file. This option does
- not work in batch mode. <xref linkend="mysql-commands"/>,
+ Append a copy of output to the given file. This option works
+ only in interactive mode. <xref linkend="mysql-commands"/>,
discusses tee files further.
</para>
</listitem>
@@ -2408,7 +2408,8 @@
appended into a given file. This can be very useful for
debugging purposes also. <command>mysql</command> flushes
results to the file after each statement, just before it
- prints its next prompt.
+ prints its next prompt. Tee functionality works only in
+ interactive more.
</para>
<para>
Modified: trunk/refman-5.4/programs-client-core.xml
===================================================================
--- trunk/refman-5.4/programs-client-core.xml 2009-10-22 00:04:02 UTC (rev 17253)
+++ trunk/refman-5.4/programs-client-core.xml 2009-10-22 01:38:57 UTC (rev 17254)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 3; 1101 bytes
@@ -1381,8 +1381,8 @@
</para>
<para>
- Append a copy of output to the given file. This option does
- not work in batch mode. <xref linkend="mysql-commands"/>,
+ Append a copy of output to the given file. This option works
+ only in interactive mode. <xref linkend="mysql-commands"/>,
discusses tee files further.
</para>
</listitem>
@@ -2386,7 +2386,8 @@
appended into a given file. This can be very useful for
debugging purposes also. <command>mysql</command> flushes
results to the file after each statement, just before it
- prints its next prompt.
+ prints its next prompt. Tee functionality works only in
+ interactive more.
</para>
<para>
Modified: trunk/refman-5.5/programs-client-core.xml
===================================================================
--- trunk/refman-5.5/programs-client-core.xml 2009-10-22 00:04:02 UTC (rev 17253)
+++ trunk/refman-5.5/programs-client-core.xml 2009-10-22 01:38:57 UTC (rev 17254)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 3; 1101 bytes
@@ -1381,8 +1381,8 @@
</para>
<para>
- Append a copy of output to the given file. This option does
- not work in batch mode. <xref linkend="mysql-commands"/>,
+ Append a copy of output to the given file. This option works
+ only in interactive mode. <xref linkend="mysql-commands"/>,
discusses tee files further.
</para>
</listitem>
@@ -2386,7 +2386,8 @@
appended into a given file. This can be very useful for
debugging purposes also. <command>mysql</command> flushes
results to the file after each statement, just before it
- prints its next prompt.
+ prints its next prompt. Tee functionality works only in
+ interactive more.
</para>
<para>
Modified: trunk/refman-6.0.sav/programs-client-core.xml
===================================================================
--- trunk/refman-6.0.sav/programs-client-core.xml 2009-10-22 00:04:02 UTC (rev 17253)
+++ trunk/refman-6.0.sav/programs-client-core.xml 2009-10-22 01:38:57 UTC (rev 17254)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 3; 1113 bytes
@@ -1404,8 +1404,8 @@
</para>
<para>
- Append a copy of output to the given file. This option does
- not work in batch mode. <xref linkend="mysql-commands"/>,
+ Append a copy of output to the given file. This option works
+ only in interactive mode. <xref linkend="mysql-commands"/>,
discusses tee files further.
</para>
</listitem>
@@ -2409,7 +2409,8 @@
appended into a given file. This can be very useful for
debugging purposes also. <command>mysql</command> flushes
results to the file after each statement, just before it
- prints its next prompt.
+ prints its next prompt. Tee functionality works only in
+ interactive more.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r17254 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.4 refman-5.5 refman-6.0.sav | paul.dubois | 22 Oct |