Index: doc/xmlcatalog_man.xml =================================================================== RCS file: /cvs/gnome/libxml2/doc/xmlcatalog_man.xml,v retrieving revision 1.12 diff -u -r1.12 xmlcatalog_man.xml --- doc/xmlcatalog_man.xml 6 Apr 2006 08:22:51 -0000 1.12 +++ doc/xmlcatalog_man.xml 6 Apr 2006 12:43:24 -0000 @@ -232,7 +232,8 @@ Run a shell allowing interactive queries on catalog - file CATALOGFILE. + file CATALOGFILE. For the set of available + commands see . @@ -393,31 +394,44 @@ &xmlcatalog;'s return codes provide information that can be used when calling it from scripts. - - - Errorcode - Error - - 0 - No error - - - 1 - Failed to remove an entry from the catalog - - - 2 - Failed to save to the catalog, check file permissions - - - 3 - Failed to add an entry to the catalog - - - 4 - Failed to lookup and entry in the catalog - - + + + + 0 + + No error + + + + + 1 + + Failed to remove an entry from the catalog + + + + + 2 + + Failed to save to the catalog, check file permissions + + + + + 3 + + Failed to add an entry to the catalog + + + + + 4 + + Failed to lookup an entry in the catalog + + + +