source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/man.hyphenate.computer.inlines.xml@ f6e9c180

7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since f6e9c180 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<refentry xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xi="http://www.w3.org/2001/XInclude"
4 xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 version="5.0" xml:id="man.hyphenate.computer.inlines">
7<refmeta>
8<refentrytitle>man.hyphenate.computer.inlines</refentrytitle>
9<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
10</refmeta>
11<refnamediv>
12<refname>man.hyphenate.computer.inlines</refname>
13<refpurpose>Hyphenate computer inlines?</refpurpose>
14</refnamediv>
15
16<refsynopsisdiv>
17<src:fragment xml:id="man.hyphenate.computer.inlines.frag">
18<xsl:param name="man.hyphenate.computer.inlines">0</xsl:param></src:fragment>
19</refsynopsisdiv>
20
21<refsection><info><title>Description</title></info>
22
23<para>If zero (the default), hyphenation is suppressed for
24<quote>computer inlines</quote> such as environment variables,
25constants, etc. This parameter current affects output of the following
26elements:
27<simplelist type="inline">
28 <?dbchoice choice="and" ?>
29 <member><tag>classname</tag></member>
30 <member><tag>constant</tag></member>
31 <member><tag>envar</tag></member>
32 <member><tag>errorcode</tag></member>
33 <member><tag>option</tag></member>
34 <member><tag>replaceable</tag></member>
35 <member><tag>userinput</tag></member>
36 <member><tag>type</tag></member>
37 <member><tag>varname</tag></member>
38</simplelist>
39</para>
40
41<note>
42 <para>If hyphenation is already turned off globally (that is, if
43 <parameter>man.hyphenate</parameter> is zero, setting the
44 <parameter>man.hyphenate.computer.inlines</parameter> is not
45 necessary.</para>
46</note>
47
48<para>If <parameter>man.hyphenate.computer.inlines</parameter> is
49non-zero, computer inlines will not be treated specially and will be
50hyphenated like other words when needed.</para>
51
52</refsection>
53</refentry>
Note: See TracBrowser for help on using the repository browser.