summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2018-07-23 19:02:49 +0000
committerkn <kn@openbsd.org>2018-07-23 19:02:49 +0000
commit5a6bfe3219b00d1ce89bffb16a9e4279e4586324 (patch)
tree4381a95ca4912cf50dff35d55421a1756bd22955 /usr.sbin/syslogd
parentDocument tls_peer_ocsp_result() and use it in place of the non-existent (diff)
downloadwireguard-openbsd-5a6bfe3219b00d1ce89bffb16a9e4279e4586324.tar.xz
wireguard-openbsd-5a6bfe3219b00d1ce89bffb16a9e4279e4586324.zip
Point to glob in section 7 for the actual list of special characters instead
the C API in section 3. OK millert jmc nicm, "the right idea" deraadt
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r--usr.sbin/syslogd/syslog.conf.58
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index b444a6556a9..6f05330b733 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -26,10 +26,10 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93
-.\" $OpenBSD: syslog.conf.5,v 1.37 2018/07/17 13:51:47 djm Exp $
+.\" $OpenBSD: syslog.conf.5,v 1.38 2018/07/23 19:02:49 kn Exp $
.\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $
.\"
-.Dd $Mdocdate: July 17 2018 $
+.Dd $Mdocdate: July 23 2018 $
.Dt SYSLOG.CONF 5
.Os
.Sh NAME
@@ -102,7 +102,9 @@ Each block of lines is separated from the previous block by a tag.
The tag is a line beginning with
.Em !prog
and each block will be associated with calls to syslog from that specific
-program (matched using shell globbing rules).
+program (matched using
+.Xr glob 7
+rules).
When a message matches multiple blocks, the action of each matching
block is taken.
If no tag is specified at the beginning of the file,