diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-23 18:37:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-23 18:37:35 +0000 |
commit | 2034f408e089d3e4905db552b6a8d5db32f1b373 (patch) | |
tree | bed062ec2bde2ca1e35603e5881a59b45320844b /usr.sbin | |
parent | 64b7a5c1b008ef83032593f294372b2905980851 (diff) |
retain alphabetical order;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpctl.8 b/usr.sbin/smtpd/smtpctl.8 index 8e85a520e07..dcd2cbec06b 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.22 2011/10/23 17:12:41 gilles Exp $ +.\" $OpenBSD: smtpctl.8,v 1.23 2011/10/23 18:37:34 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -55,11 +55,11 @@ Resume accepting incoming sessions. Resume deliveries to local users. .It Cm resume outgoing Resume relaying and deliveries to remote users. +.It Cm schedule-all +Marks all envelopes as ready for immediate delivery. .It Cm schedule-id Ar envelope-id | message-id Marks a single envelope, or all envelopes with the same message ID, as ready for immediate delivery. -.It Cm schedule-all -Marks all envelopes as ready for immediate delivery. .It Cm show queue Displays information concerning envelopes that are currently in a queue. |