From 4e96fe795ab2003c780c765117f30a92dc3395d1 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 9 Jul 2012 18:23:25 +0200 Subject: [PATCH] Man page: Make use of code block syntax --- doc/catalyst-spec.5.txt | 18 ++++++++++-------- 1 file 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: -- 2.26.2