diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-18 07:02:13 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-18 07:02:13 +0000 |
commit | 6481c55237bc493998a8c1fa3a8c590f5fdeb517 (patch) | |
tree | 88fe24e70b0a771d1efa2a1228c25e3e0f768e42 | |
parent | 4bfaaca32e2430ac471895b301894c30aba4ca1e (diff) |
I hope this will help to maintain.
o) start new sentence on a new line;
o) sort SEE ALSO;
millert@ ok
-rw-r--r-- | gnu/usr.sbin/sendmail/editmap/editmap.8 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnu/usr.sbin/sendmail/editmap/editmap.8 b/gnu/usr.sbin/sendmail/editmap/editmap.8 index 3f5f7cc117d..71434898dd3 100644 --- a/gnu/usr.sbin/sendmail/editmap/editmap.8 +++ b/gnu/usr.sbin/sendmail/editmap/editmap.8 @@ -83,27 +83,28 @@ flag in the line in sendmail.cf. The value is never case folded. .It Fl q -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 +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 .Dv EX_UNAVAILABLE . .It Fl u Updates the record for .Ar key with .Ar value -or inserts a new record if one doesn't exist. Exits with 0 on success -or +or inserts a new record if one doesn't exist. +Exits with 0 on success or .Dv EX_IOERR on failure. .It Fl x -Deletes the specific key from the map. Exits with 0 on success or +Deletes the specific key from the map. +Exits with 0 on success or .Dv EX_IOERR on failure. .El .Sh SEE ALSO -.Xr sendmail 8 , -.Xr makemap 8 +.Xr makemap 8 , +.Xr sendmail 8 .Sh HISTORY The .Nm |