diff options
author | 2014-09-01 02:48:00 +0000 | |
---|---|---|
committer | 2014-09-01 02:48:00 +0000 | |
commit | a4663229267d1befd3be6c0f9d433b2375feb435 (patch) | |
tree | e58ed2a1da80339807d9e812b4f53298be3a4d92 | |
parent | The reapchild() signal handler collects all children. This can be (diff) | |
download | wireguard-openbsd-a4663229267d1befd3be6c0f9d433b2375feb435.tar.xz wireguard-openbsd-a4663229267d1befd3be6c0f9d433b2375feb435.zip |
Simplify the syslog.conf example: .info means that *and higher*
ok beck@
-rw-r--r-- | libexec/spamd/spamd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 2336d388fce..7c34bcb2912 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.119 2012/09/27 20:12:32 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.120 2014/09/01 02:48:00 guenther Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: September 1 2014 $ .Dt SPAMD 8 .Os .Sh NAME @@ -356,7 +356,7 @@ The following section can be used to log connection details to a dedicated file: .Bd -literal -offset indent !spamd -daemon.err;daemon.warn;daemon.info /var/log/spamd +daemon.info /var/log/spamd .Ed .Pp A typical entry shows the time of the connection and |