From b3365db3d970cb1a8e243568f301eef59dfefdb3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 12 Jul 2005 10:37:47 +0000 Subject: [PATCH] Added support for suppressing hyphenation of "computer inlines" and filenames and URLs. More details to follow with param checkins. --- xsl/manpages/inline.xsl | 29 ++++++++++++++++++++++++++- xsl/manpages/links.xsl | 43 +++++++++++++++++++++++++++++++++++++--- xsl/manpages/synop.xsl | 3 +++ xsl/manpages/utility.xsl | 13 ++++++++++++ 4 files changed, 84 insertions(+), 4 deletions(-) diff --git a/xsl/manpages/inline.xsl b/xsl/manpages/inline.xsl index 776a96dc9..7734e2d49 100644 --- a/xsl/manpages/inline.xsl +++ b/xsl/manpages/inline.xsl @@ -13,16 +13,43 @@ ******************************************************************** --> +0 +0 +0 + - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/manpages/links.xsl b/xsl/manpages/links.xsl index 88d0212be..10c2bed52 100644 --- a/xsl/manpages/links.xsl +++ b/xsl/manpages/links.xsl @@ -127,8 +127,16 @@ - + + + + + + + \% + @@ -154,9 +162,31 @@ - [ + [ - ] + ]\& + + + + + + + + + + + + + + + + + + + + + + @@ -321,6 +351,13 @@ .br + + + + + \% + diff --git a/xsl/manpages/synop.xsl b/xsl/manpages/synop.xsl index 92e59bfd0..edd1210eb 100644 --- a/xsl/manpages/synop.xsl +++ b/xsl/manpages/synop.xsl @@ -97,14 +97,17 @@ + + + diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index 1a2613be5..3d5dd6559 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -88,6 +88,19 @@ + + + + + + \% + + + + + -- 2.50.1