From c53b690b4e4d94d1c6b0a5cf33acfd704589d904 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 8 Aug 2009 11:11:08 +0100 Subject: Bug 572775 – Error in help browser documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All zenity dialog outputs their results to standard output by default, not standard error. --- help/C/zenity.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'help/C/zenity.xml') 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 @@ - 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. @@ -467,7 +467,7 @@ Calendar Dialog - Use the 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 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. The calendar dialog supports the following options: @@ -557,7 +557,7 @@ Use the 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. The file selection dialog supports the following options: @@ -689,7 +689,7 @@ List Dialog - Use the 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 to create a list dialog. &app; returns the entries in the first column of text of selected rows to standard output. @@ -1053,7 +1053,7 @@ For each type, use the option to specify the text that i Text Entry Dialog - Use the option to create a text entry dialog. &app; returns the contents of the text entry to standard error. + Use the option to create a text entry dialog. &app; returns the contents of the text entry to standard output. The text entry dialog supports the following options: @@ -1142,7 +1142,7 @@ For each type, use the option to specify the text that i - Allows the displayed text to be edited. The edited text is returned to standard error when the dialog is closed. + Allows the displayed text to be edited. The edited text is returned to standard output when the dialog is closed. -- cgit v1.2.3-54-g00ecf