From: Sebastian Pipping Date: Mon, 9 Jul 2012 16:23:25 +0000 (+0200) Subject: Man page: Make use of code block syntax X-Git-Tag: CATALYST-2.0.10~2^2~4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4e96fe795ab2003c780c765117f30a92dc3395d1;p=catalyst.git Man page: Make use of code block syntax --- 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: