diff options
Diffstat (limited to 'usr.sbin/sendmail/makemap/makemap.8')
-rw-r--r-- | usr.sbin/sendmail/makemap/makemap.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/makemap/makemap.8 b/usr.sbin/sendmail/makemap/makemap.8 index 2ee45c2dd86..23ac522a568 100644 --- a/usr.sbin/sendmail/makemap/makemap.8 +++ b/usr.sbin/sendmail/makemap/makemap.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)makemap.8 8.2 (Berkeley) 9/22/93 +.\" @(#)makemap.8 8.3 (Berkeley) 7/24/94 .\" .Dd November 16, 1992 .Dt MAKEMAP 8 @@ -40,6 +40,7 @@ .Sh SYNOPSIS .Nm .Op Fl N +.Op Fl d .Op Fl f .Op Fl o .Op Fl r @@ -98,6 +99,11 @@ Include the null byte that terminates strings in the map. This must match the \-N flag in the sendmail.cf ``K'' line. +.It Fl d +Allow duplicate keys in the map. +This is only allowed on B-Tree format maps. +If two identical keys are read, +they will both be inserted into the map. .It Fl f Normally all upper case letters in the key are folded to lower case. |