Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / mk-amd-map / mk-amd-map.8
blob855a758783cf2d0b218c24fd1197bbffb0a89b0a
1 .\"     $NetBSD$
2 .\"
3 .\"
4 .\" Copyright (c) 1997-2009 Erez Zadok
5 .\" Copyright (c) 1993 Jan-Simon Pendry
6 .\" Copyright (c) 1993
7 .\"     The Regents of the University of California.  All rights reserved.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\"    must display the following acknowledgment:
19 .\"     This product includes software developed by the University of
20 .\"     California, Berkeley and its contributors.
21 .\" 4. Neither the name of the University nor the names of its contributors
22 .\"    may be used to endorse or promote products derived from this software
23 .\"    without specific prior written permission.
24 .\"
25 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
26 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 .\" SUCH DAMAGE.
36 .\"
37 .\"
38 .\" File: am-utils/mk-amd-map/mk-amd-map.8
39 .\"
40 .TH MK-AMD-MAP 8 "June 28, 1993"
41 .SH NAME
42 .B mk-amd-map
43 \- create database maps for Amd
44 .SH SYNOPSIS
45 .B mk-amd-map
47 .B \-p
49 .I mapname
50 .SH DESCRIPTION
51 .B mk-amd-map
52 creates the database maps used by the keyed map lookups in
53 amd(8).
54 It reads input from the named file
55 and outputs them to a correspondingly named
56 hashed database.
57 .TP
58 .B \-p
59 This
60 option prints the map on standard output instead of generating
61 a database.  This is usually used to merge continuation lines
62 into one physical line.
63 .SH SEE ALSO
64 .BR amd (8).
65 .LP
66 ``am-utils''
67 .BR info (1)
68 entry.
69 .LP
70 .I "Linux NFS and Automounter Administration"
71 by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001).
72 .LP
73 .I http://www.am-utils.org
74 .LP
75 .I "Amd \- The 4.4 BSD Automounter"
76 .SH AUTHORS
77 Jan-Simon Pendry <jsp@doc.ic.ac.uk>, Department of Computing, Imperial College, London, UK.
79 Erez Zadok <ezk@cs.sunysb.edu>, Computer Science Department, Stony Brook
80 University, New York, USA.
82 Other authors and contributors to am-utils are listed in the
83 .B AUTHORS
84 file distributed with am-utils.