From efb2dbc9901ccf85991709e6b797760efb3f0c6b Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 27 Oct 2006 06:52:51 +0000 Subject: Wording changes in man files. git-svn-id: https://pandoc.googlecode.com/svn/trunk@17 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/latex2markdown.1 | 3 ++- man/man1/markdown2latex.1 | 3 ++- man/man1/markdown2pdf.1 | 8 +++++--- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'man') 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 .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 .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 .SH "SEE ALSO" -- cgit v1.2.3