From 5ecb76ce20f549a10a382e4a8313be8ce28acdf6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 25 Apr 2006 16:07:48 +0000 Subject: [PATCH] Added man.table.footnotes.divider param. In each table that contains footenotes, the string specified by the man.table.footnotes.divider parameter is output before the list of footnotes for the table. --- xsl/manpages/docbook.xsl | 5 +++-- xsl/manpages/links.xsl | 2 +- xsl/manpages/param.ent | 1 + xsl/manpages/param.xweb | 2 ++ xsl/params/man.table.footnotes.divider.xml | 24 ++++++++++++++++++++++ 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 xsl/params/man.table.footnotes.divider.xml diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index 9526457fd..cc351807e 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -8,7 +8,8 @@ - + + @@ -42,7 +43,7 @@ 3n - ---- + ---- diff --git a/xsl/manpages/links.xsl b/xsl/manpages/links.xsl index da4daf4e2..f8c672816 100644 --- a/xsl/manpages/links.xsl +++ b/xsl/manpages/links.xsl @@ -369,7 +369,7 @@ - + .br diff --git a/xsl/manpages/param.ent b/xsl/manpages/param.ent index 55455e2f7..b2fbf06d4 100644 --- a/xsl/manpages/param.ent +++ b/xsl/manpages/param.ent @@ -43,6 +43,7 @@ + diff --git a/xsl/manpages/param.xweb b/xsl/manpages/param.xweb index 44806ec61..ac4270f8d 100644 --- a/xsl/manpages/param.xweb +++ b/xsl/manpages/param.xweb @@ -102,6 +102,7 @@ Other +&man.table.footnotes.divider; &man.subheading.divider.enabled; &man.subheading.divider; @@ -157,6 +158,7 @@ + diff --git a/xsl/params/man.table.footnotes.divider.xml b/xsl/params/man.table.footnotes.divider.xml new file mode 100644 index 000000000..62b697e12 --- /dev/null +++ b/xsl/params/man.table.footnotes.divider.xml @@ -0,0 +1,24 @@ + + +man.table.footnotes.divider +string + + +man.table.footnotes.divider +Specifies divider string that appears before table footnotes + + + + +---- + + + +Description + +In each table that contains footenotes, the string specified by +the man.table.footnotes.divider parameter is +output before the list of footnotes for the table. + + + -- 2.40.0