--- sendmail-8.12.9/editmap/editmap.8.orig Sat Feb 1 18:07:42 2003 +++ sendmail-8.12.9/editmap/editmap.8 Sun Jan 12 04:46:01 2014 @@ -19,12 +19,11 @@ .RB [ \-N ] .RB [ \-f ] .RB [ \-q|\-u|\-x ] -maptype mapname -key [ "value ..." ] +maptype mapname key ["value ..."] .SH DESCRIPTION .B Editmap queries or edits one record in database maps used by the keyed map lookups in -sendmail(8). +\fBsendmail\fR(8). Arguments are passed on the command line and output (for queries) is directed to standard output. .PP @@ -39,7 +38,7 @@ dbm DBM format maps. This requires the -ndbm(3) +\fBndbm\fR(3C) library. .TP btree @@ -59,9 +58,10 @@ is invoked as root, the generated files will be owned by the specified .IR TrustedUser. -.SS Flags + +.SH OPTIONS .TP -.B \-C +.BI \-C file Use the specified .B sendmail configuration file for looking up the TrustedUser option. @@ -96,10 +96,10 @@ .B \-x Deletes the specific key from the map. Exits with 0 on success or EX_IOERR on failure. -.TP + .SH SEE ALSO -sendmail(8), -makemap(8) +\fBsendmail\fR(8), +\fBmakemap\fR(8) .SH HISTORY The .B editmap