aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-27 06:52:51 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-27 06:52:51 +0000
commitefb2dbc9901ccf85991709e6b797760efb3f0c6b (patch)
tree9952823a9e712aa2b3de5c8ee8a5ce77f13659b4
parentefac753e5742a5b4c31afe09605280ac85208574 (diff)
downloadpandoc-efb2dbc9901ccf85991709e6b797760efb3f0c6b.tar.gz
Wording changes in man files.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@17 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--man/man1/latex2markdown.13
-rw-r--r--man/man1/markdown2latex.13
-rw-r--r--man/man1/markdown2pdf.18
3 files changed, 9 insertions, 5 deletions
diff --git a/man/man1/latex2markdown.1 b/man/man1/latex2markdown.1
index abc140a0f..5f5229d21 100644
--- a/man/man1/latex2markdown.1
+++ b/man/man1/latex2markdown.1
@@ -5,7 +5,8 @@ latex2markdown \- converts LaTeX to markdown-formatted text
.B latex2markdown [input-file]
.SH DESCRIPTION
.B latex2markdown
-converts input-file from LaTeX to markdown-formatted plain text.
+converts input-file (or text from STDIN) from LaTeX to markdown-formatted
+plain text.
.SH AUTHOR
John MacFarlane <jgm at berkeley.edu>
.SH "SEE ALSO"
diff --git a/man/man1/markdown2latex.1 b/man/man1/markdown2latex.1
index ee34dd112..95c3a1213 100644
--- a/man/man1/markdown2latex.1
+++ b/man/man1/markdown2latex.1
@@ -6,7 +6,8 @@ markdown2latex \- converts markdown-formatted text to LaTeX
.SH DESCRIPTION
.B markdown2latex
converts input-files (or text from STDIN) from markdown-formatted
-plain text to LaTeX.
+plain text to LaTeX. If multiple files are specified, they will
+be combined to make a single LaTeX document.
.SH AUTHOR
John MacFarlane <jgm at berkeley.edu>
.SH "SEE ALSO"
diff --git a/man/man1/markdown2pdf.1 b/man/man1/markdown2pdf.1
index f49d0e3d3..685f0af81 100644
--- a/man/man1/markdown2pdf.1
+++ b/man/man1/markdown2pdf.1
@@ -5,9 +5,11 @@ markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex
.B markdown2pdf [input-file]
.SH DESCRIPTION
.B markdown2pdf
-converts input-file (or text from STDIN, which in this case, the
-resulting PDF file is named as 'stdin.pdf') from markdown-formatted
-plain text to PDF, using LaTeX. Cleans up intermediate LaTeX files.
+converts input-file (or text from STDIN) from markdown-formatted
+plain text to PDF, using pdflatex. The name of the output file is derived
+from the input file; thus, for example, if the input file is 'hello.txt',
+the output file will be 'hello.pdf'. If the input is read from STDIN, the
+output file will be named 'stdin.pdf'.
.SH AUTHOR
John MacFarlane <jgm at berkeley.edu>
.SH "SEE ALSO"