summaryrefslogtreecommitdiff
path: root/man/asciidoctor.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-02-05 00:58:59 -0700
committerGitHub <noreply@github.com>2019-02-05 00:58:59 -0700
commit21f67d35e9f85e6acf1ea99039a5b6ccc146546e (patch)
treeed5f566e4bc67f288d646e8ac5f79f51ac188609 /man/asciidoctor.adoc
parent98a1d0123647eb85a1dc460d0103f624b0367cc5 (diff)
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
- remove the DocBook45Converter class - remove accomodations in DocBook5Converter for DocBook 4.5 - don't register the docbook45 backend name in the converter registry - drop docbook45 from the backend CLI option values - don't mention DocBook 4.5 in the man page - don't mention DocBook 4.5 in the CLI usage statement - update tests to use DocBook 5 instead of DocBook 4.5
Diffstat (limited to 'man/asciidoctor.adoc')
-rw-r--r--man/asciidoctor.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index 8cef6504..7319ac70 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -2,7 +2,7 @@
Dan Allen; Sarah White; Ryan Waldron
:doctype: manpage
:man manual: Asciidoctor Manual
-:man source: Asciidoctor 1.5.8
+:man source: Asciidoctor 2.0.0.dev
:page-layout: base
== NAME
@@ -15,7 +15,7 @@ asciidoctor - converts AsciiDoc source files to HTML, DocBook and other formats
== DESCRIPTION
-The asciidoctor(1) command converts the AsciiDoc source file(s) _FILE_ to HTML5, DocBook 5, DocBook 4.5, man(ual) page and other custom output formats.
+The asciidoctor(1) command converts the AsciiDoc source file(s) _FILE_ to HTML5, DocBook 5, man(ual) page and other custom output formats.
If _FILE_ is _-_ then the AsciiDoc source is read from standard input.