summaryrefslogtreecommitdiff
path: root/man/man1/hsmarkdown.1.md
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-10 22:24:43 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-10 22:24:43 +0000
commit79359605d154fd77578aea42adc65b9281ef463d (patch)
tree4d5565baf89da7f2cfa64816f265303eda52e720 /man/man1/hsmarkdown.1.md
parent09440d0328a397b3e63e2d09049fbcf5c0881ee1 (diff)
Updated man page sources with pdf output option, minor cosmetic changes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1398 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/hsmarkdown.1.md')
-rw-r--r--man/man1/hsmarkdown.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/hsmarkdown.1.md b/man/man1/hsmarkdown.1.md
index 8aad2474c..a197ef2ca 100644
--- a/man/man1/hsmarkdown.1.md
+++ b/man/man1/hsmarkdown.1.md
@@ -15,9 +15,9 @@ hsmarkdown [*input-file*]...
`hsmarkdown` converts markdown-formatted text to HTML. It is designed
to be usable as a drop-in replacement for John Gruber's `Markdown.pl`.
-If no *input-file* is specified, input is read from STDIN.
+If no *input-file* is specified, input is read from *stdin*.
Otherwise, the *input-files* are concatenated (with a blank
-line between each) and used as input. Output goes to STDOUT by
+line between each) and used as input. Output goes to *stdout* by
default. For output to a file, use shell redirection:
hsmarkdown input.txt > output.html