mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
15c7d39533
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<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.lists">
|
|
<refmeta>
|
|
<refentrytitle>man.indent.lists</refentrytitle>
|
|
<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>man.indent.lists</refname>
|
|
<refpurpose>Adjust indentation of lists?</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment xml:id="man.indent.lists.frag">
|
|
<xsl:param name="man.indent.lists" select="1"/></src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsection><info><title>Description</title></info>
|
|
|
|
<para>If the value of <parameter>man.indent.lists</parameter> is
|
|
non-zero, the width of the left margin for list items in
|
|
<tag>itemizedlist</tag>,
|
|
<tag>orderedlist</tag>,
|
|
<tag>variablelist</tag> output (and output of some other
|
|
lists) is set to the value of the
|
|
<parameter>man.indent.width</parameter> parameter
|
|
(<literal>4n</literal> by default). If instead the value of
|
|
<parameter>man.indent.lists</parameter> is zero, the built-in roff
|
|
default width (<literal>7.2n</literal>) is used.</para>
|
|
|
|
</refsection>
|
|
</refentry>
|