summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/makemap/makemap.8
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-01-29 01:45:07 +0000
committerdm <dm@cvs.openbsd.org>1996-01-29 01:45:07 +0000
commitd4348a83d4e90a8f1a7a26c930bbbb9a30ebdd58 (patch)
treeb8c6ba8362f38fb511f05eb04e0e221d7685c866 /usr.sbin/sendmail/makemap/makemap.8
parenta402471fd01805e5aa531735d5fd71e70f6741ab (diff)
Sendmail 8.7.3 from NetBSD
Diffstat (limited to 'usr.sbin/sendmail/makemap/makemap.8')
-rw-r--r--usr.sbin/sendmail/makemap/makemap.88
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.