From 891bff8747bc81bee6c0f7f564c79ffbe4b15e13 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 18 Jan 2011 13:00:51 +0100 Subject: [PATCH] docs: Remove template "itemizedlist/listitem" from man.xsl This seems to have been basically taken from the manpages/lists.xls from the docbook-xsl stylesheets. But it references a variable list-indent that older versions of docbook-xsl (e.g. 1.69) do not provide. This makes the manpage build break on older systems. Removing the definition lets the build succeed, using the system-definition of the itemizedlist/listitem. The diff between the docbook's (version 1.75.1) definition of itemizedlist/listitem and the definition in our man.xls is this: -- with this patch -- without this patch @@ -53,5 +53,7 @@ - .RE + + .RE + I.e. the version of man.xsl made insertion if ".RE" conditional. I hope this does not break anything severely. The diff for e.g. the resulting winbindd.8 manpage is this: --- with this patch +++ witout this patch: @@ -375,7 +375,6 @@ \m[blue]\fBwinbind: rpc only\fR\m[] Setting this parameter forces winbindd to use RPC instead of LDAP to retrieve information from Domain Controllers\&. -.RE .SH "EXAMPLE SETUP" .PP To setup winbindd for user and group lookups plus authentication from a domain controller use something like the following setup\&. This was tested on an early Red Hat Linux box\&. Cheers --- docs-xml/xslt/man.xsl | 60 ------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/docs-xml/xslt/man.xsl b/docs-xml/xslt/man.xsl index e259004330c..d9cc1def72c 100644 --- a/docs-xml/xslt/man.xsl +++ b/docs-xml/xslt/man.xsl @@ -29,66 +29,6 @@ - - - - - - - .sp - - .RS - - - - - - - - - - - \h'- - - - 0 - - - - \n(INu - - - ' - - \h'+ - - - 0 - - - - \n(INu-1 - - - '\c - - - - - - - .sp -1 - .IP \(bu 2.3 - - - - - - - .RE - - - .PP -- 2.34.1