From 8f015ec2b943039e52d4cde8b401063825de3f4e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 4 Mar 2008 03:38:53 +0000 Subject: [PATCH] indexterm instances now produce groff comments like this: .\" primary: secondary: tertiary remark instances, if non-empty, now produce groff comments --- xsl/manpages/inline.xsl | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/xsl/manpages/inline.xsl b/xsl/manpages/inline.xsl index e04efce06..9160f8497 100644 --- a/xsl/manpages/inline.xsl +++ b/xsl/manpages/inline.xsl @@ -187,4 +187,32 @@ + + + + + .\" + + + + + + + + + + : + + + + + + + + .\" + + + + + -- 2.50.1