man.indent.width.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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.indent.width">
  7. <refmeta>
  8. <refentrytitle>man.indent.width</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">length</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>man.indent.width</refname>
  13. <refpurpose>Specifies width used for adjusted indents</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="man.indent.width.frag">
  17. <xsl:param name="man.indent.width">4</xsl:param>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>The <parameter>man.indent.width</parameter> parameter specifies
  22. the width used for adjusted indents. The value of
  23. <parameter>man.indent.width</parameter> is used for indenting of
  24. lists, verbatims, headings, and elsewhere, depending on whether the
  25. values of certain <literal>man.indent.*</literal> boolean parameters
  26. are non-zero.</para>
  27. <para>The value of <parameter>man.indent.width</parameter> should
  28. include a valid roff measurement unit (for example,
  29. <literal>n</literal> or <literal>u</literal>). The default value of
  30. <literal>4n</literal> specifies a 4-en width; when viewed on a
  31. console, that amounts to the width of four characters. For details
  32. about roff measurment units, see the <literal>Measurements</literal>
  33. node in the groff info page.</para>
  34. </refsection>
  35. </refentry>