diff options
-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. |