diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-04-06 13:35:24 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-04-06 13:35:24 +0000 |
commit | 5dc1c43ed6a6319e2c16bdebe39142dece89400a (patch) | |
tree | b8083b046c0bb830dac6ef88d108939095f94cb8 /doc | |
parent | d122a2c6102a577fc6a2a3412e9f270dc4f78eba (diff) | |
download | libxslt-5dc1c43ed6a6319e2c16bdebe39142dece89400a.tar.gz libxslt-5dc1c43ed6a6319e2c16bdebe39142dece89400a.tar.bz2 libxslt-5dc1c43ed6a6319e2c16bdebe39142dece89400a.zip |
another man patch from daniel, Daniel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xsltproc.1 | 2 | ||||
-rw-r--r-- | doc/xsltproc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/xsltproc.1 b/doc/xsltproc.1 index f506946e..e2635120 100644 --- a/doc/xsltproc.1 +++ b/doc/xsltproc.1 @@ -11,7 +11,7 @@ xsltproc \- command line XSLT processor .SH "SYNOPSIS" .HP 9 -\fBxsltproc\fR [[\fB\-V\fR \fB\-\-version\fR] [\fB\-v\fR \fB\-\-verbose\fR] [{\fB\-o\fR \fB\-\-output\fR} {\fIFILE\fR \fIDIRECTORY\fR}] \fB\-\-timing\fR \fB\-\-repeat\fR \fB\-\-debug\fR \fB\-\-novalid\fR \fB\-\-noout\fR \fB\-\-maxdepth\ \fR\fB\fIVALUE\fR\fR \fB\-\-html\fR \fB\-\-param\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR \fB\-\-stringparam\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR \fB\-\-nonet\fR \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR \fB\-\-load\-trace\fR \fB\-\-catalogs\fR \fB\-\-xinclude\fR [\fB\-\-profile\fR\ \fB\-\-norman\fR] \fB\-\-dumpextensions\fR \fB\-\-nowrite\fR \fB\-\-nomkdir\fR \fB\-\-writesubtree\ \fR\fB\fIPATH\fR\fR \fB\-\-nodtdattr\fR] [\fISTYLESHEET\fR] {\fIXML\-FILE\fR \-} +\fBxsltproc\fR|[[\fB\-V\fR|\fB\-\-version\fR]|[\fB\-v\fR|\fB\-\-verbose\fR]|[{\fB\-o\fR|\fB\-\-output\fR}|{\fIFILE\fR|\fIDIRECTORY\fR}]|\fB\-\-timing\fR|\fB\-\-repeat\fR|\fB\-\-debug\fR|\fB\-\-novalid\fR|\fB\-\-noout\fR|\fB\-\-maxdepth\ \fR\fB\fIVALUE\fR\fR|\fB\-\-html\fR|\fB\-\-param\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR|\fB\-\-stringparam\ \fR\fB\fIPARAMNAME\fR\fR\fB\ \fR\fB\fIPARAMVALUE\fR\fR\fB\ \fR|\fB\-\-nonet\fR|\fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR|\fB\-\-load\-trace\fR|\fB\-\-catalogs\fR|\fB\-\-xinclude\fR||[\fB\-\-profile\fR|\fB\-\-norman\fR]|\fB\-\-dumpextensions\fR|\fB\-\-nowrite\fR|\fB\-\-nomkdir\fR|\fB\-\-writesubtree\ \fR\fB\fIPATH\fR\fR|\fB\-\-nodtdattr\fR]|[\fISTYLESHEET\fR]|{\fIXML\-FILE\fR|\-} .SH "DESCRIPTION" .PP \fBxsltproc\fR diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml index b1fa4861..deda30ab 100644 --- a/doc/xsltproc.xml +++ b/doc/xsltproc.xml @@ -43,7 +43,7 @@ </refnamediv> <refsynopsisdiv> - <cmdsynopsis> + <cmdsynopsis sepchar="|"> <command>xsltproc</command> <group choice="opt"> <group choice="opt"> |