Author: julianfoad
Date: Tue Oct 16 02:34:51 2012
New Revision: 1398621

URL: http://svn.apache.org/viewvc?rev=1398621&view=rev
Log:
* subversion/svn/main.c
  (EXIT_ERROR): Add some missing documentation.

Modified:
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/main.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1398621&r1=1398620&r2=1398621&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue Oct 16 02:34:51 2012
@@ -1630,7 +1630,8 @@ add_search_pattern_to_latest_group(svn_c
 
 /*** Main. ***/
 
-/* Report and clear the error ERR, and return EXIT_FAILURE. */
+/* Report and clear the error ERR, and return EXIT_FAILURE. Suppress the
+ * error message if it is SVN_ERR_IO_PIPE_WRITE_ERROR. */
 #define EXIT_ERROR(err)                                                 \
   svn_cmdline_handle_exit_error(err, NULL, "svn: ")
 


Reply via email to