diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-05-01 08:50:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-05-01 08:50:02 -0700 |
commit | 9cdc9a72e7049266f57bc02ecf6621e77ede6e3d (patch) | |
tree | 3e9b08782e39b8912e63e0b4757008ce044e9781 | |
parent | c36f3b46e16d68fb899a2f887eb737233d994221 (diff) | |
parent | 7b25af213c4f4d2911a3bbf77e7fb4f82062dd41 (diff) | |
download | pandoc-9cdc9a72e7049266f57bc02ecf6621e77ede6e3d.tar.gz |
Merge pull request #841 from juhp/patch-2
remove reference in pandoc.1 to markdown2pdf (1)
-rw-r--r-- | man/man1/pandoc.1.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/pandoc.1.template b/man/man1/pandoc.1.template index c9b2b20f8..167d6ed8c 100644 --- a/man/man1/pandoc.1.template +++ b/man/man1/pandoc.1.template @@ -10,7 +10,7 @@ For a complete description of pandoc's extensions to standard markdown, see \f[C]pandoc_markdown\f[] (5). .SH SEE ALSO .PP -\f[C]markdown2pdf\f[] (1), \f[C]pandoc_markdown\f[] (5). +\f[C]pandoc_markdown\f[] (5). .PP The Pandoc source code and all documentation may be downloaded from <http://johnmacfarlane.net/pandoc/>. |