diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-01-12 12:26:57 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-01-12 12:26:57 +0000 |
commit | 065a643db393fd78e62e8b414b4789e13fbdb5ae (patch) | |
tree | 8d45e99e5e320ab4e55408b355a04b2be475a0ed /contrib/sendmail/makemap/makemap.8 | |
parent | c2aa98e247e56d5266d789dfc9b90b524b0019fe (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/makemap/makemap.8')
-rw-r--r-- | contrib/sendmail/makemap/makemap.8 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/sendmail/makemap/makemap.8 b/contrib/sendmail/makemap/makemap.8 index 6180c8bda8b15..81f53a85b52a4 100644 --- a/contrib/sendmail/makemap/makemap.8 +++ b/contrib/sendmail/makemap/makemap.8 @@ -7,7 +7,7 @@ .\" the sendmail distribution. .\" .\" -.\" @(#)makemap.8 8.10 (Berkeley) 5/19/98 +.\" @(#)makemap.8 8.12 (Berkeley) 11/13/1998 .\" .Dd November 16, 1992 .Dt MAKEMAP 8 @@ -18,8 +18,10 @@ .Sh SYNOPSIS .Nm .Op Fl N +.if \nP .Op Fl c Ar cachesize .Op Fl d .Op Fl f +.if \nP .Op Fl l .Op Fl o .Op Fl r .Op Fl s @@ -76,6 +78,11 @@ Include the null byte that terminates strings in the map. This must match the \-N flag in the sendmail.cf ``K'' line. +.if \nP \ +\{\ +.It Fl c +Use the specified hash and B-Tree cache size. +.\} .It Fl d Allow duplicate keys in the map. This is only allowed on B-Tree format maps. @@ -90,6 +97,11 @@ This is intended to mesh with the \fBK\fP line in sendmail.cf. The value is never case folded. +.if \nP \ +\{\ +.It Fl l +List supported map types. +.\} .It Fl o Append to an old file. This allows you to augment an existing file. |