Index: doc/xmllint.xml =================================================================== RCS file: /cvs/gnome/libxml2/doc/xmllint.xml,v retrieving revision 1.32 diff -u -r1.32 xmllint.xml --- doc/xmllint.xml 6 Apr 2006 08:22:51 -0000 1.32 +++ doc/xmllint.xml 6 Apr 2006 12:43:11 -0000 @@ -813,51 +813,86 @@ On the completion of execution, &xmllint; returns the following error codes: - - - Errorcode - Error - - 0 - No error - - - 1 - Unclassified - - - 2 - Error in DTD - - - 3 - Validation error - - - 4 - Validation error - - - 5 - Error in schema compilation - - - 6 - Error writing output - - - 7 - Error in pattern (generated when option is used) - - - 8 - Error in reader registration (generated when option is used) - - - 9 - Out of memory - - + + + + + 0 + + No error + + + + + 1 + + Unclassified + + + + + 2 + + Error in DTD + + + + + 3 + + Validation error + + + + + 4 + + Validation error + + + + + 5 + + Error in schema compilation + + + + + 6 + + Error writing output + + + + + 7 + + + Error in pattern (generated when option is used) + + + + + + 8 + + + Error in Reader registration (generated + when option is used) + + + + + + 9 + + Out of memory error + + + +