1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>man.hyphenate.urls</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="general.html" title="Hyphenation, justification, and breaking"><link rel="prev" href="man.hyphenate.html" title="man.hyphenate"><link rel="next" href="man.hyphenate.filenames.html" title="man.hyphenate.filenames"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">man.hyphenate.urls</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="man.hyphenate.html">Prev</a></td><th width="60%" align="center">Hyphenation, justification, and breaking</th><td width="20%" align="right"><a accesskey="n" href="man.hyphenate.filenames.html">Next</a></td></tr></table><hr></div><div class="refentry" title="man.hyphenate.urls"><a name="man.hyphenate.urls"></a><div class="titlepage"></div>
<div class="refnamediv"><h2><span class="refentrytitle">man.hyphenate.urls</span></h2><p>
man.hyphenate.urls
— Hyphenate URLs?
</p></div>
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
<a name="man.hyphenate.urls.frag"></a><pre class="programlisting">
<xsl:param name="man.hyphenate.urls">0</xsl:param></pre>
</div>
<div class="refsection" title="Description"><a name="id1434987"></a><h2>Description</h2>
<p>If zero (the default), hyphenation is suppressed for output of
the <code class="sgmltag-element">ulink</code> <code class="sgmltag-attribute">url</code> attribute.</p>
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3>
<p>If hyphenation is already turned off globally (that is, if
<a href="../manpages/man.hyphenate.html"><em class="parameter"><code>man.hyphenate</code></em></a> is zero, setting
<a href="../manpages/man.hyphenate.urls.html"><em class="parameter"><code>man.hyphenate.urls</code></em></a> is not necessary.</p>
</div>
<p>If <a href="../manpages/man.hyphenate.urls.html"><em class="parameter"><code>man.hyphenate.urls</code></em></a> is non-zero, URLs
will not be treated specially and are subject to hyphenation just like
other words.</p>
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3>
<p>If you are thinking about setting a non-zero value for
<a href="../manpages/man.hyphenate.urls.html"><em class="parameter"><code>man.hyphenate.urls</code></em></a> in order to make long
URLs break across lines, you'd probably be better off
experimenting with setting the
<a href="../manpages/man.break.after.slash.html"><em class="parameter"><code>man.break.after.slash</code></em></a> parameter first. That
will cause long URLs to be broken after slashes.</p>
</div>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="man.hyphenate.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="general.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="man.hyphenate.filenames.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">man.hyphenate</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">man.hyphenate.filenames</td></tr></table></div></body></html>
|