| 123456789101112131415161718192021222324252627282930313233343536373839 | <refentry xmlns="http://docbook.org/ns/docbook"          xmlns:xlink="http://www.w3.org/1999/xlink"          xmlns:xi="http://www.w3.org/2001/XInclude"          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"          version="5.0" xml:id="man.indent.width"><refmeta><refentrytitle>man.indent.width</refentrytitle><refmiscinfo class="other" otherclass="datatype">length</refmiscinfo></refmeta><refnamediv><refname>man.indent.width</refname><refpurpose>Specifies width used for adjusted indents</refpurpose></refnamediv><refsynopsisdiv><src:fragment xml:id="man.indent.width.frag"><xsl:param name="man.indent.width">4</xsl:param></src:fragment></refsynopsisdiv><refsection><info><title>Description</title></info><para>The <parameter>man.indent.width</parameter> parameter specifiesthe width used for adjusted indents. The value of<parameter>man.indent.width</parameter> is used for indenting oflists, verbatims, headings, and elsewhere, depending on whether thevalues of certain <literal>man.indent.*</literal> boolean parametersare non-zero.</para><para>The value of <parameter>man.indent.width</parameter> shouldinclude a valid roff measurement unit (for example,<literal>n</literal> or <literal>u</literal>). The default value of<literal>4n</literal> specifies a 4-en width; when viewed on aconsole, that amounts to the width of four characters. For detailsabout roff measurment units, see the <literal>Measurements</literal>node in the groff info page.</para></refsection></refentry>
 |