man.hyphenate.computer.inlines.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. <refsynopsisdiv>
  16. <src:fragment xml:id="man.hyphenate.computer.inlines.frag">
  17. <xsl:param name="man.hyphenate.computer.inlines">0</xsl:param></src:fragment>
  18. </refsynopsisdiv>
  19. <refsection><info><title>Description</title></info>
  20. <para>If zero (the default), hyphenation is suppressed for
  21. <quote>computer inlines</quote> such as environment variables,
  22. constants, etc. This parameter current affects output of the following
  23. elements:
  24. <simplelist type="inline">
  25. <?dbchoice choice="and" ?>
  26. <member><tag>classname</tag></member>
  27. <member><tag>constant</tag></member>
  28. <member><tag>envar</tag></member>
  29. <member><tag>errorcode</tag></member>
  30. <member><tag>option</tag></member>
  31. <member><tag>replaceable</tag></member>
  32. <member><tag>userinput</tag></member>
  33. <member><tag>type</tag></member>
  34. <member><tag>varname</tag></member>
  35. </simplelist>
  36. </para>
  37. <note>
  38. <para>If hyphenation is already turned off globally (that is, if
  39. <parameter>man.hyphenate</parameter> is zero, setting the
  40. <parameter>man.hyphenate.computer.inlines</parameter> is not
  41. necessary.</para>
  42. </note>
  43. <para>If <parameter>man.hyphenate.computer.inlines</parameter> is
  44. non-zero, computer inlines will not be treated specially and will be
  45. hyphenated like other words when needed.</para>
  46. </refsection>
  47. </refentry>