summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 03:40:46 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 03:40:46 +0000
commit681ce029833c98fc4bc44383fae292badbcc2430 (patch)
treee2c932ee4fdf28803d9e44cb2886513963e9c968 /man
parentbd5f3876a4a61ee7c75a0d733e6bb6908bb7b6ba (diff)
Documented man output in pandoc.1.md man page.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@615 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man')
-rw-r--r--man/man1/pandoc.1.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 088c2b18f..edc999dae 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -14,8 +14,8 @@ pandoc [*options*] [*input-file*]...
Pandoc converts files from one markup format to another. It can
read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and
-it can write markdown, reStructuredText, HTML, LaTeX, RTF, DocBook
-XML, and S5 HTML slide shows.
+it can write markdown, reStructuredText, HTML, LaTeX, groff man,
+RTF, DocBook XML, and S5 HTML slide shows.
If no *input-file* is specified, input is read from STDIN.
Otherwise, the *input-files* are concatenated (with a blank
@@ -67,9 +67,9 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`.
: Specify output format. *FORMAT* can be `native` (native Haskell),
`man` (groff man page),
`markdown` (markdown or plain text), `rst` (reStructuredText),
- `html` (HTML), `latex` (LaTeX), `docbook` (DocBook XML),
- `s5` (S5 HTML and javascript slide show), or
- `rtf` (rich text format).
+ `html` (HTML), `latex` (LaTeX), `man` (groff man),
+ `docbook` (DocBook XML), `s5` (S5 HTML and javascript slide show),
+ or `rtf` (rich text format).
-s, --standalone
: Produce output with an appropriate header and footer (e.g. a