Man page: Make use of code block syntax
authorSebastian Pipping <sebastian@pipping.org>
Mon, 9 Jul 2012 16:23:25 +0000 (18:23 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 9 Jul 2012 16:23:25 +0000 (18:23 +0200)
doc/catalyst-spec.5.txt

index 49f588364b1a3550edc7505d8af1a37640800062..2851c174473e9c1af2f3b5d6258cbda0e51e9d93 100644 (file)
@@ -23,14 +23,16 @@ separated by a colon (`:`).  Subsequent indented lines continue the
 argument.  Lines starting with `#` and empty lines are interpreted as
 comments.  For example:
 
-  # Select the subarch
-  subarch: athlon-xp
-
-  boot/use:
-    -*
-    multicall
-    readline
-    ssl
+---------------------------------
+# Select the subarch
+subarch: athlon-xp
+
+boot/use:
+  -*
+  multicall
+  readline
+  ssl
+---------------------------------
 
 The possible keywords and their meanings are as follows: