summaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1.md
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-03-19 18:41:07 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-03-19 18:41:07 +0000
commit74e80856316160596b31487507bd5879c76ff2e5 (patch)
treeaa8ea3d3cefa2028d41c92725b4af5106420cc21 /man/man1/markdown2pdf.1.md
parent71f12408bc39f40157c8ab830625e4c2801489be (diff)
Small fix to markdown2pdf man page:
only input needs to be piped through iconv. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1251 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/markdown2pdf.1.md')
-rw-r--r--man/man1/markdown2pdf.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index 774c2e08d..0bc8329d7 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -23,10 +23,10 @@ input files are specified, they will be concatenated before conversion,
and the name of the output file will be derived from the first input file.
Input is assumed to be in the UTF-8 character encoding. If your
-local character encoding is not UTF-8, you should pipe input and
-output through `iconv`:
+local character encoding is not UTF-8, you should pipe input
+through `iconv`:
- iconv -t utf-8 input.txt | pandoc | iconv -f utf-8
+ iconv -t utf-8 input.txt | markdown2pdf
`markdown2pdf` assumes that the `unicode`, `array`, `fancyvrb`,
`graphicx`, and `ulem` packages are in latex's search path. If these