pi.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0"?>
  2. <reference><info><title>manpages Processing Instruction Reference</title>
  3. <releaseinfo role="meta">
  4. $Id: pi.xsl 7644 2008-01-16 11:04:07Z xmldoc $
  5. </releaseinfo>
  6. </info>
  7. <partintro xml:id="partintro">
  8. <title>Introduction</title>
  9. <para>This is generated reference documentation for all
  10. user-specifiable processing instructions (PIs) in the DocBook
  11. XSL stylesheets for manpages output.
  12. <note>
  13. <para>You add these PIs at particular points in a document to
  14. cause specific “exceptions” to formatting/output behavior. To
  15. make global changes in formatting/output behavior across an
  16. entire document, it’s better to do it by setting an
  17. appropriate stylesheet parameter (if there is one).</para>
  18. </note>
  19. </para>
  20. </partintro>
  21. <refentry xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="dbman_funcsynopsis-style">
  22. <refnamediv>
  23. <refname>dbman_funcsynopsis-style</refname>
  24. <refpurpose>Specifies presentation style for a funcsynopsis.</refpurpose>
  25. </refnamediv>
  26. <refsynopsisdiv>
  27. <synopsis><tag class="xmlpi">dbman funcsynopsis-style="kr"|"ansi"</tag></synopsis>
  28. </refsynopsisdiv>
  29. <refsect1><title>Description</title>
  30. <para>Use the <tag class="xmlpi">dbman
  31. funcsynopsis-style</tag> PI as a child of a
  32. <tag>funcsynopsis</tag> or anywhere within a funcsynopsis
  33. to control the presentation style for output of all
  34. <tag>funcprototype</tag> instances within that funcsynopsis.</para>
  35. </refsect1><refsect1><title>Parameters</title>
  36. <variablelist>
  37. <varlistentry><term>funcsynopsis-style="kr"</term>
  38. <listitem>
  39. <para>Displays the <tag>funcprototype</tag> in K&amp;R style</para>
  40. </listitem>
  41. </varlistentry>
  42. <varlistentry><term>funcsynopsis-style="ansi"</term>
  43. <listitem>
  44. <para>Displays the <tag>funcprototype</tag> in ANSI style</para>
  45. </listitem>
  46. </varlistentry>
  47. </variablelist>
  48. </refsect1><refsect1 role="params"><title>Related Global Parameters</title>
  49. <para><parameter>man.funcsynopsis.style</parameter></para>
  50. </refsect1></refentry>
  51. </reference>