aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-07-09 18:23:25 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-07-09 18:23:25 +0200
commit4e96fe795ab2003c780c765117f30a92dc3395d1 (patch)
treeac3f774ef12c5ebf4ed61d3cdf343c8ed0d9ce6d /doc
parentMan page: fix typo "intented" (diff)
downloadcatalyst-4e96fe795ab2003c780c765117f30a92dc3395d1.tar.gz
catalyst-4e96fe795ab2003c780c765117f30a92dc3395d1.tar.bz2
catalyst-4e96fe795ab2003c780c765117f30a92dc3395d1.zip
Man page: Make use of code block syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-spec.5.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index 49f58836..2851c174 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -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: