diff options
author | 2015-07-07 21:43:35 +0000 | |
---|---|---|
committer | 2015-07-07 21:43:35 +0000 | |
commit | cf275152378b47d0b0708d3a1065ec534de96ab8 (patch) | |
tree | 67e610899b6cc1573b725aebf8e809d0c4bdd481 | |
parent | Return correct file name entry from DWARF line table (diff) | |
download | wireguard-openbsd-cf275152378b47d0b0708d3a1065ec534de96ab8.tar.xz wireguard-openbsd-cf275152378b47d0b0708d3a1065ec534de96ab8.zip |
Do not explain multiple times how to put brackets around IPv6
addresses in syslogd(8). Using brackets to separate an IPv6 address
from the port number is common practice and we keep the text in
syslog.conf(5).
OK jmc@
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 00862ec8d2e..d6a5c933b18 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.37 2015/07/07 17:53:04 bluhm Exp $ +.\" $OpenBSD: syslogd.8,v 1.38 2015/07/07 21:43:35 bluhm Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -120,13 +120,6 @@ There is no well-known port for syslog over TCP, so a port number must be 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 Fl U Ar bind_address Create a UDP socket for receiving messages and bind it to the specified address. @@ -135,13 +128,6 @@ packets when syslogd is bound to localhost. A port number may be 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 Fl u Select the historical .Dq insecure |