]> granicus.if.org Git - docbook-dsssl/commit
Prevent hyphenation of computer inlines, filenames, and URLs.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 13 Jul 2005 03:57:50 +0000 (03:57 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 13 Jul 2005 03:57:50 +0000 (03:57 +0000)
commit63c077732ea347d7c3fb01e06c149c9694cf272d
treefc9c9ce714abd8ffca89e26fac7e46797d337812
parent71c1878deda8fcc22c8d98abf11c1c87f17004e3
Prevent hyphenation of computer inlines, filenames, and URLs.
(Closes #1124391; thanks to Ryan Hofschneider for reporting).

By default, even when hyphenation is enabled (globally),
hyphenation is now suppressed for "computer inlines" (currently,
just classname, constant, envar, errorcode, option, replaceable,
userinput, type, varname -- but probably need to add more) and for
filenames, and for URLs from Ulink.

It can be (re)enabled using the man.hyphenate.computer.inlines,
man.hyphenate.filenames, and man.hyphenate.urls params.
xsl/manpages/inline.xsl
xsl/manpages/param.ent
xsl/manpages/param.xweb
xsl/params/man.hyphenate.computer.inlines.xml [new file with mode: 0644]
xsl/params/man.hyphenate.filenames.xml [new file with mode: 0644]
xsl/params/man.hyphenate.urls.xml [new file with mode: 0644]
xsl/params/man.hyphenate.xml