t
Title: extmap.conf
Author: [FIXME: author] [see http://docbook.sf.net/el/author]
Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
Date: 19 Jan 2013
Manual: @NETATALK_VERSION@
Source: @NETATALK_VERSION@
Language: English

"EXTMAP.CONF" "5" "19 Jan 2013" "@NETATALK_VERSION@" "@NETATALK_VERSION@"
-----------------------------------------------------------------
* Define some portability stuff
-----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://bugs.debian.org/507673
http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------------------------
* set default formatting
-----------------------------------------------------------------
disable hyphenation
disable justification (adjust text to left margin only)
-----------------------------------------------------------------
* MAIN CONTENT STARTS HERE *
-----------------------------------------------------------------
"NAME"
extmap.conf - Configuration file used by afpd(8) to specify file name extension mappings.
"SYNOPSIS"

\w'@pkgconfdir@/extmap.conf 'u @pkgconfdir@/extmap.conf

"DESCRIPTION"

@pkgconfdir@/extmap.conf is the configuration file used by afpd to specify file name extension mappings.

The configuration lines are composed like:

.extension [ type [ creator ] ]

Any line beginning with a hash ("#") character is ignored. The leading-dot lines specify file name extension mappings. The extension \*(Aq.\*(Aq sets the default creator and type for otherwise untyped Unix files.

"EXAMPLES"

Example. Extension is jpg. Type is "JPEG". Creator is "ogle".

.\}

.jpg "JPEG" "ogle"
.\}

Example. Extension is lzh. Type is "LHA ". Creator is not defined.

.\}

.lzh "LHA "
.\}
"SEE ALSO"

afp.conf(5), afpd(8)