From 1a90879f8bf0b3083ea86e9e967fedd548a9b5a9 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 21 Jul 2007 20:33:26 +0000
Subject: [PATCH] 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
---
 README | 8 ++++----
 1 file 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.