diff options
author | 2015-08-16 22:26:11 +0000 | |
---|---|---|
committer | 2015-08-16 22:26:11 +0000 | |
commit | 6f14334b9dcbc86302421797b1f9322f9cb4802f (patch) | |
tree | 32d6805390d0856dc017fb47e0b834311e743fdb | |
parent | when we switch valid_domainpart() from our own logic to using res_hnok() we (diff) | |
download | wireguard-openbsd-6f14334b9dcbc86302421797b1f9322f9cb4802f.tar.xz wireguard-openbsd-6f14334b9dcbc86302421797b1f9322f9cb4802f.zip |
use a less ambiguous example; from larry hynes
-rw-r--r-- | usr.sbin/smtpd/smtpctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtpctl.8 b/usr.sbin/smtpd/smtpctl.8 index 4e7b569fc3e..13842b3960e 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.50 2015/07/27 18:48:05 sobrado Exp $ +.\" $OpenBSD: smtpctl.8,v 1.51 2015/08/16 22:26:11 jmc 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: July 27 2015 $ +.Dd $Mdocdate: August 16 2015 $ .Dt SMTPCTL 8 .Os .Sh NAME @@ -33,9 +33,9 @@ The program controls .Xr smtpd 8 . Commands may be abbreviated to the minimum unambiguous prefix; for example, -.Cm sh s +.Cm sh ro for -.Cm show stats . +.Cm show routes . .Pp The .Nm mailq |