]> arthur.barton.de Git - netatalk.git/blob - doc/manpages/man5/extmap.conf.5.xml
Try to move substitution to configure stage
[netatalk.git] / doc / manpages / man5 / extmap.conf.5.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry id="extmap.conf.5">
3   <refmeta>
4     <refentrytitle>extmap.conf</refentrytitle>
5
6     <manvolnum>5</manvolnum>
7
8     <refmiscinfo class="date">19 Jan 2013</refmiscinfo>
9
10     <refmiscinfo class="source">@NETATALK_VERSION@</refmiscinfo>
11   </refmeta>
12
13   <refnamediv>
14     <refname>extmap.conf</refname>
15
16     <refpurpose>Configuration file used by afpd(8) to
17     specify file name extension mappings.<indexterm>
18         <primary>extmap.conf</primary>
19       </indexterm>
20       </refpurpose>
21   </refnamediv>
22
23   <refsynopsisdiv id="synopsis">
24     <cmdsynopsis>
25       <command>@pkgconfdir@/extmap.conf<indexterm><primary>extmap.conf</primary></indexterm></command>
26     </cmdsynopsis>
27   </refsynopsisdiv>
28
29   <refsect1>
30     <title>Description</title>
31
32     <para>
33     <filename>@pkgconfdir@/extmap.conf</filename> is the
34     configuration file used by <command>afpd</command> to
35     specify file name extension mappings.</para>
36
37     <para>The configuration lines are composed like:</para>
38
39     <para><filename>.extension</filename> <replaceable>[ type [
40     creator ] ]</replaceable></para>
41
42     <para>Any line beginning with a hash (“#”) character is ignored.
43     The leading-dot lines specify file name extension mappings.
44     The extension '.' sets the default creator and type for otherwise
45     untyped Unix files.</para>
46
47   </refsect1>
48
49   <refsect1>
50     <title>Examples</title>
51
52     <example>
53       <title>Extension is jpg. Type is "JPEG". Creator is "ogle".</title>
54
55             <programlisting>.jpg "JPEG" "ogle"</programlisting>
56           </example>
57
58     <example>
59       <title>Extension is lzh. Type is "LHA ". Creator is not defined.</title>
60
61             <programlisting>.lzh "LHA "</programlisting>
62           </example>
63
64   </refsect1>
65
66   <refsect1>
67     <title>See Also</title>
68
69     <para><citerefentry>
70         <refentrytitle>afp.conf</refentrytitle>
71
72         <manvolnum>5</manvolnum>
73       </citerefentry>, <citerefentry>
74         <refentrytitle>afpd</refentrytitle>
75
76         <manvolnum>8</manvolnum>
77       </citerefentry></para>
78   </refsect1>
79 </refentry>