diff options
author | 2014-07-08 07:58:01 +0000 | |
---|---|---|
committer | 2014-07-08 07:58:01 +0000 | |
commit | 122ff22187eb5667e7eec9af0c24fe067c8919d7 (patch) | |
tree | 59de9e79cb2d95f56b94462069a4e2585893a05e | |
parent | pull the rx ring accounting out of the mbuf layer now that its all done (diff) | |
download | wireguard-openbsd-122ff22187eb5667e7eec9af0c24fe067c8919d7.tar.xz wireguard-openbsd-122ff22187eb5667e7eec9af0c24fe067c8919d7.zip |
improve indentation.
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 bce483ba1f9..54c46b80aea 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.47 2014/02/17 13:33:56 eric Exp $ +.\" $OpenBSD: smtpctl.8,v 1.48 2014/07/08 07:58:01 sobrado 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: February 17 2014 $ +.Dd $Mdocdate: July 8 2014 $ .Dt SMTPCTL 8 .Os .Sh NAME @@ -300,7 +300,7 @@ a command which specifies an .Ar envelope-id applies to a specific recipient of a message. .Sh FILES -.Bl -tag -width "/var/run/smtpd.sockXX" -compact +.Bl -tag -width "/var/run/smtpd.sockXXX" -compact .It /var/run/smtpd.sock .Ux Ns -domain socket used for communication with |