xmlcatalog: Add uri and delegateURI to possible add types in man page.
diff --git a/doc/xmlcatalog_man.html b/doc/xmlcatalog_man.html
index c27c1ef..d7b02ba 100644
--- a/doc/xmlcatalog_man.html
+++ b/doc/xmlcatalog_man.html
@@ -22,9 +22,9 @@
 	  </dd><dt><span class="term"><tt class="option">--add</tt> <i class="replaceable"><tt>'type'</tt></i> <i class="replaceable"><tt>'orig'</tt></i> <i class="replaceable"><tt>'replace'</tt></i> <i class="replaceable"><tt>filename</tt></i></span></dt><dd><p>
 	    Add an entry to catalog file
 	    <tt class="filename">filename</tt>. <i class="replaceable"><tt>type</tt></i>
-	    indicates the type of entry. Possible types are 'public', 'system',
-	    'rewriteSystem', 'delegatePublic', 'delegateSystem'amd
-	    'rewriteURI'. <i class="replaceable"><tt>'orig'</tt></i> is the original
+	    indicates the type of entry. Possible types are 'public', 'system', 'uri',
+	    'rewriteSystem', 'rewriteURI', 'delegatePublic', 'delegateSystem',
+	    'delegateURI' and 'nextCatalog'. <i class="replaceable"><tt>'orig'</tt></i> is the original
 	    reference to be replaced, and <i class="replaceable"><tt>'replace'</tt></i>
 	    is the <span class="acronym">URI</span> of the replacement entity to be
 	    used. The <tt class="option">--add</tt> option will not overwrite
@@ -73,8 +73,8 @@
 	  </dd><dt><span class="term"><tt class="option">add </tt> <i class="replaceable"><tt>'type'</tt></i> <i class="replaceable"><tt>'orig'</tt></i> <i class="replaceable"><tt>'replace'</tt></i></span></dt><dd>
 	    Add an entry to the catalog
 	    file. <i class="replaceable"><tt>type</tt></i> indicates the type of
-	    entry. Possible types are 'public', 'system', 'rewriteSystem',
-	    'delegatePublic' and 'delegateSystem'. <i class="replaceable"><tt>'orig'</tt></i>
+	    entry. Possible types are 'public', 'system', 'uri', 'rewriteSystem', 'rewriteURI',
+	    'delegatePublic', 'delegateSystem', 'delegateURI' and 'nextCatalog'. <i class="replaceable"><tt>'orig'</tt></i>
 	    is the original reference to  be replaced, and
 	    <i class="replaceable"><tt>'replace'</tt></i> is the <span class="acronym">URI</span> of the
 	    replacement entity to be used.