diff options
author | 2018-01-06 09:16:37 +0000 | |
---|---|---|
committer | 2018-01-06 09:16:37 +0000 | |
commit | 761395ae0fb692cc52b0477f987586218139a466 (patch) | |
tree | ebada779123c29b08236bb575dfa8257659619c2 | |
parent | Import gilles@'s standalone spfwalk utility into smtpctl(8) as (diff) | |
download | wireguard-openbsd-761395ae0fb692cc52b0477f987586218139a466.tar.xz wireguard-openbsd-761395ae0fb692cc52b0477f987586218139a466.zip |
tweak previous;
-rw-r--r-- | usr.sbin/smtpd/smtpctl.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl.8 b/usr.sbin/smtpd/smtpctl.8 index 4db465cc621..5b781ad2b13 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.60 2018/01/06 07:59:27 sunil Exp $ +.\" $OpenBSD: smtpctl.8,v 1.61 2018/01/06 09:16:37 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" Copyright (c) 2012 Gilles Chehade <gilles@poolp.org> @@ -246,7 +246,7 @@ Displays runtime statistics concerning .It Cm show status Shows if MTA, MDA and SMTP systems are currently running or paused. .It Cm spf walk -Recursively lookup SPF records for the domains read from stdin. +Recursively look up SPF records for the domains read from stdin. For example: .Bd -literal -offset indent # smtpctl spf walk < domains.txt |