Print this page
9097 typos in makemap(1M)/editmap(1M)
@@ -18,12 +18,12 @@
Depending on how it is compiled, editmap handles up to three different
database formats, selected using the maptype parameter. See OPERANDS.
- If the TrustedUser option is set in the sendmail configuration file
- and editmap is invoked as root, the generated files are owned by the
+ If the TrustedUser option is set in the sendmail configuration file and
+ editmap is invoked as root, the generated files are owned by the
specified TrustedUser.
OPTIONS
The following options are supported:
@@ -33,11 +33,11 @@
-f
Disable the folding of all upper case letters in the key to
lower case. Normally, all upper case letters in the key are
- folded to upper case. This is intended to mesh with the -f
+ folded to lower case. This is intended to mesh with the -f
flag in the K line in sendmail.cf. The value is never case
folded.
-N
@@ -50,17 +50,17 @@
to standard output and exit with 0. If not found then print
an error message to stdout and exit with EX_UNAVAILABLE.
-u
- Update the record for key with value or inserts a new record
- if one doesn't exist. Exits with 0 on success or EX_IOERR on
- failure.
+ Update the record for the specified key with the specified
+ value or inserts a new record if one doesn't exist. Exits
+ with 0 on success or EX_IOERR on failure.
-x
- Delete the specific key from the map. Exit with 0 on
+ Delete the specified key from the map. Exits with 0 on
success or EX_IOERR on failure.
OPERANDS
The following operands are supported:
@@ -111,6 +111,6 @@
SEE ALSO
makemap(1M), sendmail(1M), attributes(5)
- September 14, 2001 EDITMAP(1M)
+ January 21, 2019 EDITMAP(1M)