diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-14 00:11:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-09-14 00:11:17 +0000 |
commit | d00b52a4ed890f5d7c808135ee49ac05a65c903b (patch) | |
tree | 31cb4b85d064350bf2da686d468d92fe3e1d19f8 | |
parent | 2d99c21ecc7f719f23ae7b42e5396011352172a0 (diff) | |
download | pandoc-d00b52a4ed890f5d7c808135ee49ac05a65c903b.tar.gz |
Removed spurious reference to a pdf output format in the pandoc(1) man page.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1446 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | man/man1/pandoc.1.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 8013bd498..f50fab050 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -72,10 +72,9 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. `mediawiki` (MediaWiki markup), `texinfo` (GNU Texinfo), `docbook` (DocBook XML), `opendocument` (OpenDocument XML), `odt` (OpenOffice text document), `s5` (S5 HTML and javascript slide - show), `pdf` (Portable Document Format), or `rtf` (rich text - format). Note that for `odt` and `pdf` output, output will not be - directed to *stdout*; an output filename must be specified using the - `-o/--output` option. + show), or `rtf` (rich text format). Note that `odt` output will not + be directed to *stdout*; an output filename must be specified using + the `-o/--output` option. -s, \--standalone : Produce output with an appropriate header and footer (e.g. a |