man.indent.blurbs.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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.blurbs">
  7. <refmeta>
  8. <refentrytitle>man.indent.blurbs</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>man.indent.blurbs</refname>
  13. <refpurpose>Adjust indentation of blurbs?</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="man.indent.blurbs.frag">
  17. <xsl:param name="man.indent.blurbs" select="1"/></src:fragment>
  18. </refsynopsisdiv>
  19. <refsection><info><title>Description</title></info>
  20. <para>If the value of <parameter>man.indent.blurbs</parameter> is
  21. non-zero, the width of the left margin for
  22. <tag>authorblurb</tag>, <tag>personblurb</tag>, and
  23. <tag>contrib</tag> output is set to the value of the
  24. <parameter>man.indent.width</parameter> parameter
  25. (<literal>3n</literal> by default). If instead the value of
  26. <parameter>man.indent.blurbs</parameter> is zero, the built-in roff
  27. default width (<literal>7.2n</literal>) is used.</para>
  28. </refsection>
  29. </refentry>