summaryrefslogtreecommitdiff
path: root/editmap/editmap.0
diff options
context:
space:
mode:
Diffstat (limited to 'editmap/editmap.0')
-rw-r--r--editmap/editmap.026
1 files changed, 13 insertions, 13 deletions
diff --git a/editmap/editmap.0 b/editmap/editmap.0
index 50ba04962ebf..9f1c24febc10 100644
--- a/editmap/editmap.0
+++ b/editmap/editmap.0
@@ -1,4 +1,4 @@
-EDITMAP(8) System Manager's Manual EDITMAP(8)
+EDITMAP(8) EDITMAP(8)
@@ -19,38 +19,38 @@ DDEESSCCRRIIPPTTIIOONN
dbm DBM format maps. This requires the ndbm(3) library.
- btree B-Tree format maps. This requires the new Berkeley DB library.
+ btree B-Tree format maps. This requires the new Berkeley DB library.
hash Hash format maps. This also requires the Berkeley DB library.
- cdb CDB (Constant DataBase) format maps. This requires the tinycdb
+ cdb CDB (Constant DataBase) format maps. This requires the tinycdb
library.
If the _T_r_u_s_t_e_d_U_s_e_r option is set in the sendmail configuration file and
- eeddiittmmaapp is invoked as root, the generated files will be owned by the
+ eeddiittmmaapp is invoked as root, the generated files will be owned by the
specified _T_r_u_s_t_e_d_U_s_e_r_.
FFllaaggss
--CC Use the specified sseennddmmaaiill configuration file for looking up the
TrustedUser option.
- --NN Include the null byte that terminates strings in the map (for
+ --NN Include the null byte that terminates strings in the map (for
alias maps).
- --ff 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 KK line in sendmail.cf. The value
+ --ff 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 KK line in sendmail.cf. The value
is never case folded.
- --qq Query the map for the specified key. If found, print value to
- standard output and exit with 0. If not found then print an er-
- ror message to stdout and exit with EX_UNAVAILABLE.
+ --qq Query the map for the specified key. If found, print value to
+ standard output and exit with 0. If not found then print an
+ error message to stdout and exit with EX_UNAVAILABLE.
- --uu Update the record for _k_e_y with _v_a_l_u_e or inserts a new record if
+ --uu Update the record for _k_e_y with _v_a_l_u_e or inserts a new record if
one doesn't exist. Exits with 0 on success or EX_IOERR on fail-
ure.
- --xx Deletes the specific key from the map. Exits with 0 on success
+ --xx Deletes the specific key from the map. Exits with 0 on success
or EX_IOERR on failure.