summaryrefslogtreecommitdiff
path: root/doc/a2x.1.txt
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-11-07 18:17:16 +1300
committerStuart Rackham <srackham@methods.co.nz>2011-11-07 18:17:16 +1300
commit2357e263d6e026346ae4dbeb4cf749a0fcdd6a0a (patch)
treee2555902c50208f9b46a39907919744cef01e738 /doc/a2x.1.txt
parent8efcf2de228fe064e3d5bd78db2dc14f6be34dc6 (diff)
downloadasciidoc-git-2357e263d6e026346ae4dbeb4cf749a0fcdd6a0a.tar.gz
- Added 'args' block attribute to source highlight blocks to allow
arbitrary parameters to be passed to the source highlighters. See: http://groups.google.com/group/asciidoc/browse_thread/thread/3d06b0105dfbb780/8c60eb7a62f522e4 - Fixed a couple of typos in a2x man page.
Diffstat (limited to 'doc/a2x.1.txt')
-rw-r--r--doc/a2x.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/a2x.1.txt b/doc/a2x.1.txt
index 41bd56b..56cc956 100644
--- a/doc/a2x.1.txt
+++ b/doc/a2x.1.txt
@@ -45,12 +45,12 @@ OPTIONS
document type is 'article' unless the format is 'manpage' (in which
case it defaults to 'manpage').
-*-b, --backend*='BACKEND'
+*-b, --backend*='BACKEND'::
'BACKEND' is the name of an installed backend plugin. When this
option is specified 'a2x' attempts load a file name 'a2x-backend.py'
from the 'BACKEND' plugin directory It then converts the
'SOURCE_FILE' to a 'BACKEND' formatted output file using a global
- function defined in 'a2x-backend.py' called 'to_<BACKEND>'.
+ function defined in 'a2x-backend.py' called 'to_BACKEND'.
*-f, --format*='FORMAT'::
Output formats: 'chunked', 'docbook', 'dvi', 'epub', 'htmlhelp',