summaryrefslogtreecommitdiff
path: root/man/asciidoctor.1
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.1
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.1')
-rw-r--r--man/asciidoctor.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index 64ef63c6..40a932e5 100644
--- a/man/asciidoctor.1
+++ b/man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White, Ryan Waldron
-.\" Generator: Asciidoctor 1.5.8
-.\" Date: 2018-10-28
+.\" Generator: Asciidoctor 2.0.0.dev
+.\" Date: 2019-02-04
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 1.5.8
+.\" Source: Asciidoctor 2.0.0.dev
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2018-10-28" "Asciidoctor 1.5.8" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2019-02-04" "Asciidoctor 2.0.0.dev" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
@@ -34,7 +34,7 @@ asciidoctor \- converts AsciiDoc source files to HTML, DocBook and other formats
\fBasciidoctor\fP [\fIOPTION\fP]... \fIFILE\fP...
.SH "DESCRIPTION"
.sp
-The asciidoctor(1) command converts the AsciiDoc source file(s) \fIFILE\fP 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) \fIFILE\fP to HTML5, DocBook 5, man(ual) page and other custom output formats.
.sp
If \fIFILE\fP is \fI\-\fP then the AsciiDoc source is read from standard input.
.SH "OPTIONS"