diff options
| author | Dan Allen <dallen@redhat.com> | 2013-07-01 01:33:34 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-07-01 01:33:34 -0600 |
| commit | 468397f4710f68589137c8e23b0221a2c51d5f29 (patch) | |
| tree | d4f15cff3d506eb1816a871e82e6017574e548b7 /man | |
| parent | 66ee015e0d85d5a1bf81a74b3d82faf150f4e483 (diff) | |
update man page to reflect multiple source file support
Diffstat (limited to 'man')
| -rw-r--r-- | man/asciidoctor.1 | 10 | ||||
| -rw-r--r-- | man/asciidoctor.ad | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index a6b6aed4..b74fbc86 100644 --- a/man/asciidoctor.1 +++ b/man/asciidoctor.1 @@ -2,12 +2,12 @@ .\" Title: asciidoctor .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 06/20/2013 +.\" Date: 07/01/2013 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "ASCIIDOCTOR" "1" "06/20/2013" "\ \&" "\ \&" +.TH "ASCIIDOCTOR" "1" "07/01/2013" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -28,13 +28,13 @@ .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" -asciidoctor \- converts an AsciiDoc source file to HTML, DocBook and other formats +asciidoctor \- converts AsciiDoc source files to HTML, DocBook and other formats .SH "SYNOPSIS" .sp -\fBasciidoctor\fR [\fIOPTION\fR]\&... \fIFILE\fR +\fBasciidoctor\fR [\fIOPTION\fR]\&... \fIFILE\fR\&... .SH "DESCRIPTION" .sp -The asciidoctor(1) command converts the AsciiDoc source file \fIFILE\fR to HTML 5, DocBook 4\&.5 and other output formats\&. +The asciidoctor(1) command converts the AsciiDoc source file(s) \fIFILE\fR to HTML 5, DocBook 4\&.5 and other output formats\&. .sp If \fIFILE\fR is \fI\-\fR then the AsciiDoc source is read from standard input\&. .SH "OPTIONS" diff --git a/man/asciidoctor.ad b/man/asciidoctor.ad index 200d2a5b..27f2dab0 100644 --- a/man/asciidoctor.ad +++ b/man/asciidoctor.ad @@ -6,17 +6,17 @@ asciidoctor(1) NAME ---- -asciidoctor - converts an AsciiDoc source file to HTML, DocBook and other formats +asciidoctor - converts AsciiDoc source files to HTML, DocBook and other formats SYNOPSIS -------- -*asciidoctor* ['OPTION']... 'FILE' +*asciidoctor* ['OPTION']... 'FILE'... DESCRIPTION ----------- -The asciidoctor(1) command converts the AsciiDoc source file 'FILE' to HTML 5, +The asciidoctor(1) command converts the AsciiDoc source file(s) 'FILE' to HTML 5, DocBook 4.5 and other output formats. If 'FILE' is '-' then the AsciiDoc source is read from standard input. |
