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.