summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-21 20:33:26 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-21 20:33:26 +0000
commit1a90879f8bf0b3083ea86e9e967fedd548a9b5a9 (patch)
tree87ad52136263d2abc62b445693ecb74f30716e41
parent2f7a38e1ab54d564555856a9354d1462ff8ca815 (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--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index c58818448..d4e02ec83 100644
--- a/README
+++ b/README
@@ -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.