Print this page
9097 typos in makemap(1M)/editmap(1M)
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man1m/makemap.1m.man.txt
+++ new/usr/src/man/man1m/makemap.1m.man.txt
1 1 MAKEMAP(1M) Maintenance Commands MAKEMAP(1M)
2 2
3 3
4 4
5 5 NAME
6 6 makemap - create database maps for sendmail
7 7
8 8 SYNOPSIS
9 9 makemap [-N] [-d] [-f] [-o] [-r] [-s] [-v] [-C file]
10 10 [-c cachesize] [-D commentchar] [-e] [-l] [-t delim]
11 - [-u] mantype mapname
11 + [-u] maptype mapname
12 12
13 13
14 14 DESCRIPTION
15 15 makemap creates the database maps used by the keyed map lookups in
16 16 sendmail(1M). makemap reads from the standard input and outputs to the
17 17 specified mapname.
18 18
19 19
20 20 In all cases, makemap reads lines from the standard input consisting of
21 21 two words separated by whitespace. The first is the database key, the
22 - second is the value. The value may contain %n strings to indicated
22 + second is the value. The value may contain %n strings to indicate
23 23 parameter substitution. Literal percents should be doubled (%%). Blank
24 24 lines and lines beginning with # are ignored.
25 25
26 26
27 - makemap handles three different database formats. Database format is
28 - selected using the maptype parameter. See OPERANDS.
27 + Depending on how it is compiled, makemap handles up to three different
28 + database formats, selected using the maptype parameter. See OPERANDS.
29 29
30 30 OPTIONS
31 31 The following options are supported:
32 32
33 33 -c cachesize
34 34 Use the specified hash and B-Tree cache size
35 35 (cachesize).
36 36
37 37
38 38 -C file
39 39 Use the specified sendmail configuration file (file)
40 40 for looking up the TrustedUser option.
41 41
42 42
43 43 -d
44 44 Allow duplicate keys in the map. This is only allowed
45 45 on B-Tree format maps. If two identical keys are
46 - read, both be inserted into the map.
46 + read, both are inserted into the map.
47 47
48 48
49 49 -D commentchar
50 50 Use the specified character to indicate a comment
51 51 (which is ignored) instead of the default of '#'.
52 52
53 53
54 54 -e
55 55 Allow empty value (right hand side).
56 56
57 57
58 58 -f
59 59 Normally, all upper case letters in the key are
60 60 folded to lower case. This flag disables that
61 61 behavior. This is intended to mesh with the -f flag
62 62 in the K line in sendmail.cf. The value is never case
↓ open down ↓ |
6 lines elided |
↑ open up ↑ |
63 63 folded.
64 64
65 65
66 66 -l
67 67 List supported map types.
68 68
69 69
70 70 -N
71 71 Include the null byte that terminates strings in the
72 72 map. This must match the -N flag in the K line in
73 - sendmail.cf
73 + sendmail.cf.
74 74
75 75
76 76 -o
77 77 Append to an old file. This allows you to augment an
78 78 existing file.
79 79
80 80
81 81 -r
82 82 Allow replacement of existing keys. Normally makemap
83 83 complains if you repeat a key, and does not do the
84 84 insert.
85 85
86 86
87 87 -s
88 88 Ignore safety checks on maps being created. This
89 89 includes checking for hard or symbolic links in world
90 90 writable directories.
91 91
92 92
93 93 -t delim
94 94 Use the specified delimiter (delim) instead of
95 95 whitespace.
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
96 96
97 97
98 98 -u
99 99 Dump (unmap) the content of the database to standard
100 100 output. Note that, if the -t option is also provided,
101 101 the specified delimiter is used when the content is
102 102 dumped instead of whitespace.
103 103
104 104
105 105 -v
106 - Verbosely print what it is doing.
106 + Verbosely print keys and values being added.
107 107
108 108
109 109 OPERANDS
110 110 The following operands are supported:
111 111
112 112 mapname
113 113 File name of the database map being created.
114 114
115 115
116 116 maptype
117 117 Specifies the database format. The following maptype
118 118 parameters are available:
119 119
120 120 dbm
121 121 Specifies DBM format maps.
122 122
123 123
124 124 btree
125 125 Specifies B-Tree format maps.
126 126
127 127
↓ open down ↓ |
11 lines elided |
↑ open up ↑ |
128 128 hash
129 129 Specifies hash format maps.
130 130
131 131
132 132
133 133 SEE ALSO
134 134 editmap(1M), sendmail(1M), attributes(5)
135 135
136 136
137 137
138 - April 22, 2008 MAKEMAP(1M)
138 + January 21, 2019 MAKEMAP(1M)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX