diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-07-14 10:51:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-07-14 10:51:22 -0700 |
commit | 1436437683c3b536eea2affe746dc353893222f8 (patch) | |
tree | df285c76bc764c2897b11679351f4d4441985a6b /man/man1 | |
parent | 68e3f83545ab4da7004ee36080e308dafa244aee (diff) | |
download | pandoc-1436437683c3b536eea2affe746dc353893222f8.tar.gz |
Fixed pandoc man page source.
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 9a0cd5550..c829aacae 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -277,11 +277,11 @@ should pipe input and output through `iconv`: : Ignore command-line arguments (for use in wrapper scripts). Regular Pandoc options are not ignored. Thus, for example, -: pandoc --ignore-args -o foo.html -s foo.txt -- -e latin1 + pandoc --ignore-args -o foo.html -s foo.txt -- -e latin1 -: is equivalent to + is equivalent to -: pandoc -o foo.html -s + pandoc -o foo.html -s -v, \--version : Print version. |