aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/hsmarkdown.1.md2
-rw-r--r--man/man1/html2markdown.1.md2
-rw-r--r--man/man1/markdown2pdf.1.md9
-rw-r--r--man/man1/pandoc.1.md2
4 files changed, 8 insertions, 7 deletions
diff --git a/man/man1/hsmarkdown.1.md b/man/man1/hsmarkdown.1.md
index 7c3b98612..2b6b7821b 100644
--- a/man/man1/hsmarkdown.1.md
+++ b/man/man1/hsmarkdown.1.md
@@ -1,4 +1,4 @@
-% HSMARKDOWN | 1 | Pandoc User Manuals
+% HSMARKDOWN(1) Pandoc User Manuals
% John MacFarlane
% June 30, 2007
diff --git a/man/man1/html2markdown.1.md b/man/man1/html2markdown.1.md
index 0473789e5..681b59b68 100644
--- a/man/man1/html2markdown.1.md
+++ b/man/man1/html2markdown.1.md
@@ -1,4 +1,4 @@
-% HTML2MARKDOWN | 1 | Pandoc User Manuals
+% HTML2MARKDOWN(1) Pandoc User Manuals
% John MacFarlane and Recai Oktas
% June 30, 2007
diff --git a/man/man1/markdown2pdf.1.md b/man/man1/markdown2pdf.1.md
index 5355dfd7d..ecaabc35e 100644
--- a/man/man1/markdown2pdf.1.md
+++ b/man/man1/markdown2pdf.1.md
@@ -1,4 +1,4 @@
-% MARKDOWN2PDF | 1 | Pandoc User Manuals
+% MARKDOWN2PDF(1) Pandoc User Manuals
% John MacFarlane and Recai Oktas
% June 30, 2007
@@ -28,9 +28,10 @@ output through `iconv`:
iconv -t utf-8 input.txt | pandoc | iconv -f utf-8
-`markdown2pdf` assumes that the `unicode` and `fancyvrb` packages
-are in latex's search path. If these packages are not included in your
-latex setup, they can be obtained from <http://ctan.org>.
+`markdown2pdf` assumes that the `unicode`, `fancyvrb`, `array`,
+`graphicx`, and `ulem` packages are in latex's search path. If these
+packages are not included in your latex setup, they can be obtained from
+<http://ctan.org>.
# OPTIONS
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 291e93e07..89e26b54b 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -1,4 +1,4 @@
-% PANDOC | 1 | Pandoc User Manuals
+% PANDOC(1) Pandoc User Manuals
% John MacFarlane
% June 30, 2007