diff options
Diffstat (limited to 'usr.sbin/smtpd/smtpctl.8')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl.8 b/usr.sbin/smtpd/smtpctl.8 index 9a862d6f2f4..2e726493ec9 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.10 2009/10/22 15:02:12 sobrado Exp $ +.\" $OpenBSD: smtpctl.8,v 1.11 2010/01/03 14:37:37 chl Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -14,7 +14,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: October 22 2009 $ +.Dd $Mdocdate: January 3 2010 $ .Dt SMTPCTL 8 .Os .Sh NAME @@ -32,6 +32,10 @@ program controls .Pp The following commands are available: .Bl -tag -width Ds +.It Cm log brief +Disable verbose debug logging. +.It Cm log verbose +Enable verbose debug logging. .It Cm pause incoming Temporarily stop accepting incoming sessions. .It Cm pause local |