aboutsummaryrefslogtreecommitdiff
path: root/man/man1/pandoc.1.md
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 02:16:58 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-02 02:16:58 +0000
commitb412492725fb628734ccf2297bc303088cc7059e (patch)
tree3fbcdde1453397c23c70971e931ec84bbdb1b04e /man/man1/pandoc.1.md
parent5fbe057d27f62546b403969cc184c103ee9dd281 (diff)
downloadpandoc-b412492725fb628734ccf2297bc303088cc7059e.tar.gz
Minor changes in man page sources.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@610 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/pandoc.1.md')
-rw-r--r--man/man1/pandoc.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index b06d6e21d..088c2b18f 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -8,7 +8,7 @@ pandoc - general markup converter
# SYNOPSIS
-**pandoc [*options*] [*input-file*]...**
+pandoc [*options*] [*input-file*]...
# DESCRIPTION
@@ -77,7 +77,7 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`.
-o *FILE*, --output=*FILE*
: Write output to *FILE* instead of STDOUT. If *FILE* is
- '`-`', output will go to STDOUT.
+ \``-`', output will go to STDOUT.
-p, --preserve-tabs
: Preserve tabs instead of converting them to spaces.
@@ -138,11 +138,11 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`.
--dump-args
: Print information about command-line arguments to STDOUT, then exit.
The first line of output contains the name of the output file specified
- with the `-o` option, or '`-`' (for STDOUT) if no output file was
+ with the `-o` option, or \``-`' (for STDOUT) if no output file was
specified. The remaining lines contain the command-line arguments,
one per line, in the order they appear. These do not include regular
Pandoc options and their arguments, but do include any options appearing
- after a '`--`' separator at the end of the line.
+ after a \``--`' separator at the end of the line.
This option is intended primarily for use in wrapper scripts.
--ignore-args