diff options
| author | glass <glass@NetBSD.org> | 1993-10-30 00:33:33 +0000 |
|---|---|---|
| committer | glass <glass@NetBSD.org> | 1993-10-30 00:33:33 +0000 |
| commit | d498f75b4b0e52e1626687c81da4da55b2ec45b3 (patch) | |
| tree | 091dc67bc1b2ee448992e04aeaf4236a02c73ac0 /usr.sbin/sendmail/makemap/makemap.8 | |
| parent | 6d9dd525b6705e31cccff26fdb7c4c843c9ce37a (diff) | |
updated from 8.3 to 8.6.3.
known problems: sendmail/cf/cf required 'obj' directory
Diffstat (limited to 'usr.sbin/sendmail/makemap/makemap.8')
| -rw-r--r-- | usr.sbin/sendmail/makemap/makemap.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/sendmail/makemap/makemap.8 b/usr.sbin/sendmail/makemap/makemap.8 index 2aa041883d5..2ee45c2dd86 100644 --- a/usr.sbin/sendmail/makemap/makemap.8 +++ b/usr.sbin/sendmail/makemap/makemap.8 @@ -29,8 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)makemap.8 8.1 (Berkeley) 6/17/93 -.\" $Id: makemap.8,v 1.3 1993/08/01 07:23:43 mycroft Exp $ +.\" @(#)makemap.8 8.2 (Berkeley) 9/22/93 .\" .Dd November 16, 1992 .Dt MAKEMAP 8 @@ -100,13 +99,14 @@ in the map. This must match the \-N flag in the sendmail.cf ``K'' line. .It Fl f -Fold all upper case letters in the key -to lower case; -this is intended to mesh with the +Normally all upper case letters in the key +are folded to lower case. +This flag disables that behaviour. +This is intended to mesh with the \-f flag in the \fBK\fP line in sendmail.cf. -The value is not case folded. +The value is never case folded. .It Fl o Append to an old file. This allows you to augment an existing file. |
