summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-10-29 12:20:00 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-10-29 12:20:00 +0000
commit142c2c2ff7184b19fa94a41ee1a533f0a8d94003 (patch)
treeb4eb6f2ae9d678bf960bd499b352e9dfd68cbf6b
parentac368517a9ec91bae5cac8c651119491a370a1cc (diff)
downloadlibxslt-142c2c2ff7184b19fa94a41ee1a533f0a8d94003.tar.gz
libxslt-142c2c2ff7184b19fa94a41ee1a533f0a8d94003.tar.bz2
libxslt-142c2c2ff7184b19fa94a41ee1a533f0a8d94003.zip
indicate - means stdin closing #156626 Daniel
* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing #156626 Daniel
-rw-r--r--ChangeLog5
-rw-r--r--doc/xsltproc.12
-rw-r--r--doc/xsltproc.xml3
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a7ca567..6bcfc484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 29 14:18:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
+
+ * doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing
+ #156626
+
Wed Oct 27 17:00:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: another dictionnary/string interning fix
diff --git a/doc/xsltproc.1 b/doc/xsltproc.1
index 3e31c13a..4883a5bd 100644
--- a/doc/xsltproc.1
+++ b/doc/xsltproc.1
@@ -34,7 +34,7 @@ xsltproc \- command line xslt processor
xsltproc is a command line tool for applying XSLT stylesheets to XML documents\&. It is part of libxslt, the XSLT C library for GNOME\&. While it was developed as part of the GNOME project, it can operate independently of the GNOME desktop\&.
.PP
- xsltproc is invoked from the command line with the name of the stylesheet to be used followed by the name of the file or files to which the stylesheet is to be applied\&.
+ xsltproc is invoked from the command line with the name of the stylesheet to be used followed by the name of the file or files to which the stylesheet is to be applied\&. It will use the standard input if a filename provided is \- \&.
.PP
If a stylesheet is included in an XML document with a Stylesheet Processing Instruction, no stylesheet need be named at the command line\&. xsltproc will automatically detect the included stylesheet and use it\&.
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml
index de747112..a24d2175 100644
--- a/doc/xsltproc.xml
+++ b/doc/xsltproc.xml
@@ -78,7 +78,8 @@
<para>
<application>xsltproc</application> is invoked from the command line with
the name of the stylesheet to be used followed by the name of the file or
- files to which the stylesheet is to be applied.
+ files to which the stylesheet is to be applied. It will use the standard
+ input if a filename provided is - .
</para>
<para>