1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-02-15 17:57:33 +03:00

doc/xmlcatalog_man.xml, xmlcatalog.1 Docs patch from Ville Skytta,

Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>

	* doc/xmlcatalog_man.xml, xmlcatalog.1
	Docs patch from Ville Skytta, bugzilla #144841
This commit is contained in:
MDT 2004 John Fleck 2004-06-24 02:21:27 +00:00 committed by John Fleck
parent 4c76c4f7f9
commit b7fe104779
3 changed files with 22 additions and 16 deletions

View File

@ -1,3 +1,8 @@
Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
* doc/xmlcatalog_man.xml, xmlcatalog.1
Docs patch from Ville Skytta, bugzilla #144841
Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
* doc/xmllint.xml, xmllint.html, xmllint.1

View File

@ -48,17 +48,17 @@ Create a new XML catalog\&. Outputs to stdout, ignoring \fIfilename\fR unless \f
.TP
\fB\-\-add\fR \fI'type'\fR \fI'orig'\fR \fI'replace'\fR \fIfilename\fR
Add an entry to catalog file \fIfilename\fR\&. \fItype\fR indicates the type of entry\&. Possible types are 'public', 'system', 'rewriteSystem', 'delegatePublic', 'delegateSystem'amd 'rewriteURI'\&. \fI'orig'\fR is the original reference to be replaced, and \fI'replace'\fR is the URI of the replacement entity to be used\&. The \fB\-\-add\fR option will not overwrite \fIfilename\fR, outputing to stdout, unless \fB\-\-noout\fR is used\&. The \fB\-\-add\fR will always take three parameters even if some of the XML catalog constructs will have only a single argument\&.
Add an entry to catalog file \fIfilename\fR\&. \fItype\fR indicates the type of entry\&. Possible types are 'public', 'system', 'rewriteSystem', 'rewriteURI', 'delegatePublic', 'delegateSystem', and 'nextCatalog'\&. \fI'orig'\fR is the original reference to be replaced, and \fI'replace'\fR is the URI of the replacement entity to be used\&. The \fB\-\-add\fR option will not overwrite \fIfilename\fR, outputting to stdout, unless \fB\-\-noout\fR is used\&. The \fB\-\-add\fR will always take three parameters even if some of the XML catalog constructs will have only a single argument\&.
If the \fB\-\-add\fR option is used following the \fB\-\-sgml\fR option, only a single argument, a \fIfilename\fR, is used\&. This is used to add the name of a catalog file to an SGML supercatalog, a file that contains references to other included SGML catalog files\&.
.TP
\fB\-\-del\fR \fI'values'\fR \fIfilename\fR
Remove entries from the catalog file \fIfilename\fR matching \fI'values'\fR\&. The \fB\-\-del\fR option will not overwrite \fIfilename\fR, outputing to stdout, unless \fB\-\-noout\fR is used\&.
Remove entries from the catalog file \fIfilename\fR matching \fI'values'\fR\&. The \fB\-\-del\fR option will not overwrite \fIfilename\fR, outputting to stdout, unless \fB\-\-noout\fR is used\&.
.TP
\fB\-\-noout\fR
Save output to the named file rather than outputing to stdout\&.
Save output to the named file rather than outputting to stdout\&.
.TP
\fB\-\-sgml\fR
@ -83,7 +83,7 @@ Execute a public identifier lookup of the catalog entry for \fI'SystemID'\fR\&.
.TP
\fBadd \fR \fI'type'\fR \fI'orig'\fR \fI'replace'\fR
Add an entry to the catalog file\&. \fItype\fR indicates the type of entry\&. Possible types are 'public', 'system', 'rewriteSystem', 'delegatePublic' and 'delegateSystem'\&. \fI'orig'\fR is the original reference to be replaced, and \fI'replace'\fR is the URI of the replacement entity to be used\&.
Add an entry to the catalog file\&. \fItype\fR indicates the type of entry\&. Possible types are 'public', 'system', 'rewriteSystem', 'rewriteURI', 'delegatePublic', 'delegateSystem', and 'nextCatalog'\&. \fI'orig'\fR is the original reference to be replaced, and \fI'replace'\fR is the URI of the replacement entity to be used\&.
.TP
\fBdel\fR \fI'values'\fR
@ -136,13 +136,13 @@ Catalog behavior can be changed by redirecting queries to the user's own set of
libxml web page: \fIhttp://www.xmlsoft.org/\fR
.PP
libxml catalog support web page:: \fIhttp://www.xmlsoft.org/catalog.html\fR
libxml catalog support web page: \fIhttp://www.xmlsoft.org/catalog.html\fR
.PP
James Clark's SGML catalog page:: \fIhttp://www.jclark.com/sp/catalog.htm\fR
James Clark's SGML catalog page: \fIhttp://www.jclark.com/sp/catalog.htm\fR
.PP
OASIS XML catalog specification: : \fIhttp://www.oasis-open.org/committees/entity/spec.html\fR
OASIS XML catalog specification: \fIhttp://www.oasis-open.org/committees/entity/spec.html\fR
.SH AUTHOR
John Fleck.

View File

@ -98,12 +98,12 @@
Add an entry to catalog file
<filename>filename</filename>. <replaceable>type</replaceable>
indicates the type of entry. Possible types are 'public', 'system',
'rewriteSystem', 'delegatePublic', 'delegateSystem'amd
'rewriteURI'. <replaceable>'orig'</replaceable> is the original
'rewriteSystem', 'rewriteURI', 'delegatePublic', 'delegateSystem',
and 'nextCatalog'. <replaceable>'orig'</replaceable> is the original
reference to be replaced, and <replaceable>'replace'</replaceable>
is the <acronym>URI</acronym> of the replacement entity to be
used. The <option>--add</option> option will not overwrite
<replaceable>filename</replaceable>, outputing to stdout, unless
<replaceable>filename</replaceable>, outputting to stdout, unless
<option>--noout</option> is used. The <option>--add</option> will
always take three parameters even if some of the
<acronym>XML</acronym> catalog constructs will have only a single
@ -129,7 +129,7 @@ FIXME - Is my list of possible types correct? Are SGML types the same?
Remove entries from the catalog file
<replaceable>filename</replaceable> matching
<replaceable>'values'</replaceable>. The <option>--del</option> option
will not overwrite <replaceable>filename</replaceable>, outputing to
will not overwrite <replaceable>filename</replaceable>, outputting to
stdout, unless <option>--noout</option> is used.
</simpara>
</listitem>
@ -139,7 +139,7 @@ FIXME - Is my list of possible types correct? Are SGML types the same?
<listitem>
<simpara>
Save output to the named file rather than
outputing to stdout.
outputting to stdout.
</simpara>
</listitem>
</varlistentry>
@ -203,7 +203,8 @@ FIXME - Is my list of possible types correct? Are SGML types the same?
Add an entry to the catalog
file. <replaceable>type</replaceable> indicates the type of
entry. Possible types are 'public', 'system', 'rewriteSystem',
'delegatePublic' and 'delegateSystem'. <replaceable>'orig'</replaceable>
'rewriteURI', 'delegatePublic', 'delegateSystem', and
'nextCatalog'. <replaceable>'orig'</replaceable>
is the original reference to be replaced, and
<replaceable>'replace'</replaceable> is the <acronym>URI</acronym> of the
replacement entity to be used.
@ -284,14 +285,14 @@ FIXME - Is my list of possible types correct? Are SGML types the same?
<para><ulink url="http://www.xmlsoft.org/">libxml web page</ulink></para>
<para><ulink url="http://www.xmlsoft.org/catalog.html"><application>libxml</application>
catalog support web page:</ulink></para>
catalog support web page</ulink></para>
<para><ulink url="http://www.jclark.com/sp/catalog.htm">James Clark's
<acronym>SGML</acronym> catalog page:</ulink></para>
<acronym>SGML</acronym> catalog page</ulink></para>
<para><ulink
url="http://www.oasis-open.org/committees/entity/spec.html"><acronym>OASIS</acronym>
<acronym>XML</acronym> catalog specification: </ulink></para>
<acronym>XML</acronym> catalog specification</ulink></para>
</refsect1>