diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-21 20:33:26 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-21 20:33:26 +0000 |
commit | 1a90879f8bf0b3083ea86e9e967fedd548a9b5a9 (patch) | |
tree | 87ad52136263d2abc62b445693ecb74f30716e41 | |
parent | 2f7a38e1ab54d564555856a9354d1462ff8ca815 (diff) |
Use capital letters for title in sample man page title block.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@746 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -653,15 +653,15 @@ this is assumed to be additional footer and header text. A single pipe character (`|`) should be used to separate the footer text from the header text. Thus, - % pandoc(1) + % PANDOC(1) -will yield a man page with the title `pandoc` and section 1. +will yield a man page with the title `PANDOC` and section 1. - % pandoc(1) Pandoc User Manuals + % PANDOC(1) Pandoc User Manuals will also have "Pandoc User Manuals" in the footer. - % pandoc(1) Pandoc User Manuals | Version 4.0 + % PANDOC(1) Pandoc User Manuals | Version 4.0 will also have "Version 4.0" in the header. |