summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2014-02-14 23:25:47 +0000
committerDan Allen <dan.j.allen@gmail.com>2014-02-16 02:08:16 -0700
commitf8b9517271e61542b8431146daab2ad1dd682fcc (patch)
treef5f5d94a7dffdf320e844631ad8b63ce98b0060e /man
parente52c53bfeced8a77135055589dd398845a1cbebe (diff)
resolves #554 switch default docbook backend to docbook5
- switch docbook backend to docbook5. - make tests for DocBook 4.5 specify the correct backend - update documentation to reflect new docbook backend
Diffstat (limited to 'man')
-rw-r--r--man/asciidoctor.12
-rw-r--r--man/asciidoctor.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index 931a0c9a..b1228422 100644
--- a/man/asciidoctor.1
+++ b/man/asciidoctor.1
@@ -50,7 +50,7 @@ This option may be specified more than once\&.
.PP
\fB\-b, \-\-backend\fR=\fIBACKEND\fR
.RS 4
-Backend output file format: \fIhtml5\fR, \fIdocbook45\fR and \fIdocbook5\fR supported out of the box\&. You can also use the backend alias names \fIhtml\fR (aliased to \fIhtml5\fR) or \fIdocbook\fR (aliased to \fIdocbook45\fR)\&. Defaults to \fIhtml5\fR\&. Other options can be passed, but if Asciidoctor cannot find the backend, it will fail during rendering\&.
+Backend output file format: \fIhtml5\fR, \fIdocbook45\fR and \fIdocbook5\fR supported out of the box\&. You can also use the backend alias names \fIhtml\fR (aliased to \fIhtml5\fR) or \fIdocbook\fR (aliased to \fIdocbook5\fR)\&. Defaults to \fIhtml5\fR\&. Other options can be passed, but if Asciidoctor cannot find the backend, it will fail during rendering\&.
.RE
.PP
\fB\-d, \-\-doctype\fR=\fIDOCTYPE\fR
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index cc31fd46..420b5d37 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -62,7 +62,7 @@ This option may be specified more than once.
*-b, --backend*='BACKEND'::
Backend output file format: 'html5', 'docbook45' and 'docbook5' supported
out of the box. You can also use the backend alias names 'html' (aliased to
- 'html5') or 'docbook' (aliased to 'docbook45'). Defaults to 'html5'. Other
+ 'html5') or 'docbook' (aliased to 'docbook5'). Defaults to 'html5'. Other
options can be passed, but if Asciidoctor cannot find the backend, it will
fail during rendering.