man.output.lang.in.name.enabled.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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.output.lang.in.name.enabled">
  7. <refmeta>
  8. <refentrytitle>man.output.lang.in.name.enabled</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>man.output.lang.in.name.enabled</refname>
  13. <refpurpose>Include $LANG value in man-page filename/pathname?</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="man.output.lang.in.name.enabled.frag">
  17. <xsl:param name="man.output.lang.in.name.enabled" select="0"/>
  18. </src:fragment>
  19. </refsynopsisdiv>
  20. <refsection><info><title>Description</title></info>
  21. <para>The <parameter>man.output.lang.in.name.enabled</parameter>
  22. parameter specifies whether a <literal>$lang</literal> value is
  23. included in man-page filenames and pathnames.</para>
  24. <para>If the value of
  25. <parameter>man.output.lang.in.name.enabled</parameter> is non-zero,
  26. man-page files are output with the <literal>$lang</literal> value
  27. included in their filenames or pathnames as follows;
  28. <itemizedlist>
  29. <listitem>
  30. <para>if <parameter>man.output.subdirs.enabled</parameter> is
  31. non-zero, each file is output to, e.g., a
  32. <filename>man/<replaceable>$lang</replaceable>/man8/foo.8</filename>
  33. pathname</para>
  34. </listitem>
  35. <listitem>
  36. <para>if <parameter>man.output.subdirs.enabled</parameter> is
  37. zero, each file is output with a
  38. <literal>foo.<replaceable>$lang</replaceable>.8</literal>
  39. filename</para>
  40. </listitem>
  41. </itemizedlist>
  42. </para>
  43. </refsection>
  44. </refentry>