mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
indicate - means stdin closing #156626 Daniel
* doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626 Daniel
This commit is contained in:
parent
eff45a92da
commit
e44aafb19c
@ -1,3 +1,7 @@
|
||||
Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
|
||||
|
||||
Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/libxml.c: register xmlSchemaSetValidErrors, patch from
|
||||
|
@ -31,7 +31,7 @@ xmllint \- command line XML tool
|
||||
.SH "INTRODUCTION"
|
||||
|
||||
.PP
|
||||
The xmllint program parses one or more XML files, specified on the command line as \fIxmlfile\fR\&. It prints various types of output, depending upon the options selected\&. It is useful for detecting errors both in XML code and in the XML parser itself\&.
|
||||
The xmllint program parses one or more XML files, specified on the command line as \fIxmlfile\fR (or the standard input if the filename provided is \- )\&. It prints various types of output, depending upon the options selected\&. It is useful for detecting errors both in XML code and in the XML parser itself\&.
|
||||
|
||||
.PP
|
||||
It is included in libxml2\&.
|
||||
|
@ -104,7 +104,8 @@
|
||||
<title>Introduction</title>
|
||||
<para>
|
||||
The xmllint program parses one or more XML files, specified on the
|
||||
command line as <replaceable>xmlfile</replaceable>. It prints various
|
||||
command line as <replaceable>xmlfile</replaceable> (or the standard
|
||||
input if the filename provided is - ). It prints various
|
||||
types of output, depending upon the options selected. It is useful for
|
||||
detecting errors both in <acronym>XML</acronym> code and in the
|
||||
<acronym>XML</acronym> parser itself.
|
||||
|
Loading…
x
Reference in New Issue
Block a user