From 1436437683c3b536eea2affe746dc353893222f8 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 14 Jul 2010 10:51:22 -0700
Subject: [PATCH] Fixed pandoc man page source.

---
 man/man1/pandoc.1.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md
index 9a0cd5550..c829aacae 100644
--- a/man/man1/pandoc.1.md
+++ b/man/man1/pandoc.1.md
@@ -277,11 +277,11 @@ should pipe input and output through `iconv`:
 :   Ignore command-line arguments (for use in wrapper scripts).
     Regular Pandoc options are not ignored.  Thus, for example,
 
-:       pandoc --ignore-args -o foo.html -s foo.txt -- -e latin1
+        pandoc --ignore-args -o foo.html -s foo.txt -- -e latin1
 
-:   is equivalent to
+    is equivalent to
 
-:       pandoc -o foo.html -s
+        pandoc -o foo.html -s
 
 -v, \--version
 :   Print version.