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