diff options
author | 2018-09-18 06:21:45 +0000 | |
---|---|---|
committer | 2018-09-18 06:21:45 +0000 | |
commit | 26dfc19a535c29923587095a2bc9ecb43d0510b1 (patch) | |
tree | 2ee02515365657ae6d6327c7c8a8ca43ce98c482 | |
parent | i forgot to sync sndiod with aucat/dsp.c rev 1.12 (diff) | |
download | wireguard-openbsd-26dfc19a535c29923587095a2bc9ecb43d0510b1.tar.xz wireguard-openbsd-26dfc19a535c29923587095a2bc9ecb43d0510b1.zip |
ellapsed -> elapsed; ok jmc@
-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 e6e2a14e9d5..1efcff6382f 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.63 2018/05/14 15:23:05 gilles Exp $ +.\" $OpenBSD: smtpctl.8,v 1.64 2018/09/18 06:21:45 miko 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: May 14 2018 $ +.Dd $Mdocdate: September 18 2018 $ .Dt SMTPCTL 8 .Os .Sh NAME @@ -204,7 +204,7 @@ Current runstate: either "pending" or "inflight" if .Xr smtpd 8 is running, or "offline" otherwise. .It -Delay in seconds before the next attempt if pending, or time ellapsed +Delay in seconds before the next attempt if pending, or time elapsed if currently running. This field is blank if .Xr smtpd 8 |