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">
8 <refentrytitle>man.output.lang.in.name.enabled</refentrytitle>
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
12 <refname>man.output.lang.in.name.enabled</refname>
13 <refpurpose>Include $LANG value in man-page filename/pathname?</refpurpose>
17 <src:fragment xml:id="man.output.lang.in.name.enabled.frag">
18 <xsl:param name="man.output.lang.in.name.enabled" select="0"/>
22 <refsection><info><title>Description</title></info>
24 <para>The <parameter>man.output.lang.in.name.enabled</parameter>
25 parameter specifies whether a <literal>$lang</literal> value is
26 included in man-page filenames and pathnames.</para>
29 <parameter>man.output.lang.in.name.enabled</parameter> is non-zero,
30 man-page files are output with the <literal>$lang</literal> value
31 included in their filenames or pathnames as follows;
35 <para>if <parameter>man.output.subdirs.enabled</parameter> is
36 non-zero, each file is output to, e.g., a
37 <filename>man/<replaceable>$lang</replaceable>/man8/foo.8</filename>
41 <para>if <parameter>man.output.subdirs.enabled</parameter> is
42 zero, each file is output with a
43 <literal>foo.<replaceable>$lang</replaceable>.8</literal>