From 524e5ffcf41a67ec113a9c3730ddc8fb8d3317f5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 10 Aug 2007 00:49:26 -0700 Subject: [PATCH] tweak manpage formatting This attempts to force fixed-font in manpages for literal blocks. I have tested this with docbook 1.71 and it seems to work as expected. Signed-off-by: Junio C Hamano --- Documentation/callouts.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/callouts.xsl b/Documentation/callouts.xsl index 6a361a213..7941af787 100644 --- a/Documentation/callouts.xsl +++ b/Documentation/callouts.xsl @@ -27,4 +27,17 @@ + + .RS + + + + + + .ft C .nf + + .fi .ft + .RE + + -- 2.45.2