summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/sendmail/sendmail/sendmail.824
1 files changed, 9 insertions, 15 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 b/gnu/usr.sbin/sendmail/sendmail/sendmail.8
index 890b979b217..b599d7fa1d1 100644
--- a/gnu/usr.sbin/sendmail/sendmail/sendmail.8
+++ b/gnu/usr.sbin/sendmail/sendmail/sendmail.8
@@ -377,7 +377,6 @@ successful deliveries (default 10).
This avoids excessive duplicate deliveries
when sending to long mailing lists
interrupted by system crashes.
-.ne 1i
.It Li DeliveryMode= Ns Ar x
Set the delivery mode to
.Ar x .
@@ -536,8 +535,7 @@ to keep
.Nm sendmail
from suppressing the blanks from between arguments.
For example, a common alias is:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
msgs: "|/usr/bin/msgs -s"
.Ed
.Pp
@@ -547,8 +545,7 @@ to ask
.Nm sendmail
to read the named file for a list of recipients.
For example, an alias such as:
-.Pp
-.Bd -literal -offset indent -compact
+.Bd -literal -offset indent
poets: ":include:/usr/local/lib/poets.list"
.Ed
.Pp
@@ -561,6 +558,7 @@ returns an exit status
describing what it did.
The codes are defined in
.Aq Pa sysexits.h :
+.Pp
.Bl -tag -width EX_UNAVAILABLE -compact -offset indent
.It Dv EX_OK
Successful completion on all addresses.
@@ -654,16 +652,12 @@ temp files
.Pp
DARPA Internet Request For Comments
RFC 819, RFC 821, RFC 822.
-.Rs
-.%T "Sendmail \- An Internetwork Mail Router"
-.%V SMM
-.%N \&No. 9
-.Re
-.Rs
-.%T "Sendmail Installation and Operation Guide"
-.%V SMM
-.%N \&No. 8
-.Re
+.Pp
+"Sendmail Installation and Operation Guide",
+.Pa /usr/share/doc/smm/08.sendmailop/ .
+.Pp
+"Sendmail \- An Internetwork Mail Router",
+.Pa /usr/share/doc/smm/09.sendmail/ .
.Pp
http://www.sendmail.org/
.Sh HISTORY