diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 | 
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /usr.sbin/sendmail/makemap/makemap.8 | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'usr.sbin/sendmail/makemap/makemap.8')
| -rw-r--r-- | usr.sbin/sendmail/makemap/makemap.8 | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/sendmail/makemap/makemap.8 b/usr.sbin/sendmail/makemap/makemap.8 index 70ee4465f3bb..2fd678e7ee0a 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.1 (Berkeley) 6/17/93 +.\"     @(#)makemap.8	8.2 (Berkeley) 9/22/93  .\"  .Dd November 16, 1992  .Dt MAKEMAP 8 @@ -99,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 behavior. +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.  | 
