From 904150e75b6eed9874f5c3a54b90ac98acb9a059 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 26 Feb 2008 09:58:56 +0000 Subject: [PATCH] Added some templates for generating if-then-else conditional markup in groff, so let's use those instead of hard-coding it in multiple places... --- xsl/manpages/lists.xsl | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index 6ca5e2236..0d11d061d 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -132,7 +132,7 @@ - .ie n \{\ + \h'- 0 @@ -147,17 +147,19 @@ ' - .\} - .el \{\ + .sp -1 - - .IP \(bu 2 + .IP \(bu 2.3 + + + + .\} .RE @@ -176,7 +178,7 @@ - .ie n \{\ + \h'- 0 @@ -194,11 +196,10 @@ ' - .\} - .el \{\ + .sp -1 @@ -207,10 +208,12 @@ - " 4 - + " 4.2 + + + - .\} + .RE -- 2.40.0