[zenity] Bug 572775 – Error in help browser documentation



commit c53b690b4e4d94d1c6b0a5cf33acfd704589d904
Author: Lucas Rocha <lucasr gnome org>
Date:   Sat Aug 8 11:11:08 2009 +0100

    Bug 572775 â?? Error in help browser documentation
    
    All zenity dialog outputs their results to standard output by default,
    not standard error.

 help/C/zenity.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index 350b1dc..0730e8f 100644
--- a/help/C/zenity.xml
+++ b/help/C/zenity.xml
@@ -156,7 +156,7 @@
       </listitem>
     </itemizedlist>
     <para>
-	When the user closes the dialog, &app; prints the text produced by the dialog to standard error.
+	When the user closes the dialog, &app; prints the text produced by the dialog to standard output.
     </para>
 
     <note>
@@ -467,7 +467,7 @@
     <title>Calendar Dialog</title>
 
     <para>
-        Use the <option>--calendar</option> option to create a calendar dialog. &app; returns the selected date to standard error. If no date is specified on the command line, the dialog uses the current date.
+        Use the <option>--calendar</option> option to create a calendar dialog. &app; returns the selected date to standard output. If no date is specified on the command line, the dialog uses the current date.
     </para>
     <para>
 	The calendar dialog supports the following options:
@@ -557,7 +557,7 @@
 
     <para>
 	Use the <option>--file-selection</option> option to create a file selection dialog. &app; returns the selected files or directories to standard 
-        error. The default mode of the file selection dialog is open.
+        output. The default mode of the file selection dialog is open.
     </para>
     <para>
 	The file selection dialog supports the following options:
@@ -689,7 +689,7 @@
     <title>List Dialog</title>
 
     <para>
-	Use the <option>--list</option> option to create a list dialog. &app; returns the entries in the first column of text of selected rows to standard error.
+	Use the <option>--list</option> option to create a list dialog. &app; returns the entries in the first column of text of selected rows to standard output.
     </para>
 
     <para>
@@ -1053,7 +1053,7 @@ For each type, use the <option>--text</option> option to specify the text that i
     <title>Text Entry Dialog</title>
 
     <para>
-        Use the <option>-entry</option> option to create a text entry dialog. &app; returns the contents of the text entry to standard error. 
+        Use the <option>-entry</option> option to create a text entry dialog. &app; returns the contents of the text entry to standard output. 
     </para>	
     <para>	
 	The text entry dialog supports the following options:
@@ -1142,7 +1142,7 @@ For each type, use the <option>--text</option> option to specify the text that i
       <varlistentry>
         <term><option>--editable</option></term>
         <listitem>
-          <para>Allows the displayed text to be edited. The edited text is returned to standard error when the dialog is closed.</para>
+          <para>Allows the displayed text to be edited. The edited text is returned to standard output when the dialog is closed.</para>
         </listitem>
       </varlistentry>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]