diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2016-06-02 18:19:55 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2016-06-02 18:19:55 +0000 |
commit | f39e2b3f3d757c65916c213b23edff6a5b7552b0 (patch) | |
tree | 77d193f1d5d3df97086e0dac47b2c0c851badda5 | |
parent | 0753a7d6bcf7dbeb9f0f79547c5e20f8538e1719 (diff) |
transfer is not a smtpctl command, but mta is
ok gilles
-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 17618ecf360..0b5b07b8906 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.55 2016/04/17 18:41:03 jung Exp $ +.\" $OpenBSD: smtpctl.8,v 1.56 2016/06/02 18:19:54 jung Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" Copyright (c) 2012 Gilles Chehade <gilles@poolp.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 17 2016 $ +.Dd $Mdocdate: June 2 2016 $ .Dt SMTPCTL 8 .Os .Sh NAME @@ -262,7 +262,7 @@ smtp (incoming sessions) .It filters .It -transfer (outgoing sessions) +mta (outgoing sessions) .It bounce .It |