diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-08-21 17:16:38 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2014-08-21 17:16:38 +0000 |
commit | ab8fc7e35091e4650ed82eb93b0e03ee9e459a27 (patch) | |
tree | 0abeebef7ee0f809316ba84926376b21d8ee3342 /usr.sbin/syslogd | |
parent | 4b889d122944f1001cc1a7191fd4e4fdf62fdd96 (diff) |
Document square brackets for IPv6 addresses. From FreeBSD.
OK logan@ henning@
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index d7e19d0c462..d554d773357 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.24 2014/01/20 05:07:48 schwarze Exp $ +.\" $OpenBSD: syslog.conf.5,v 1.25 2014/08/21 17:16:37 bluhm Exp $ .\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $ .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: August 21 2014 $ .Dt SYSLOG.CONF 5 .Os .Sh NAME @@ -220,6 +220,13 @@ program on the named host. A port number may be optionally specified using the .Ar host:port syntax. +IPv6 addresses can be used by surrounding the address portion with +square brackets +.Po +.Ql [\& +and +.Ql ]\& +.Pc . .It A comma separated list of users. Selected messages are written to those users |