diff options
author | 2013-10-17 09:14:01 +0000 | |
---|---|---|
committer | 2013-10-17 09:14:01 +0000 | |
commit | 7bf1f8cc79f174c9302af957263b320d6624f5f2 (patch) | |
tree | 1eb54857ee31953d7a069cfbe4a26e3acd36ebb8 | |
parent | more a.out/ecoff removal; ok phessler (diff) | |
download | wireguard-openbsd-7bf1f8cc79f174c9302af957263b320d6624f5f2.tar.xz wireguard-openbsd-7bf1f8cc79f174c9302af957263b320d6624f5f2.zip |
Less ambiguous wording concerning control socket configuration options.
requested by and ok deraadt@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf.5 | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index e3d7a152795..28852119f03 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.127 2013/10/16 21:17:27 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.128 2013/10/17 09:14:02 blambert Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -16,7 +16,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 16 2013 $ +.Dd $Mdocdate: October 17 2013 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -391,7 +391,7 @@ rde rib Loc-RIB rtable number .Ed .Pp .It Ic socket Qo Ar path Qc Op Ic restricted -Set the control socket location to +Create a control socket at .Ar path . If .Ic restricted diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5 index 4b8a25ecdd3..d84d9caf4b2 100644 --- a/usr.sbin/snmpd/snmpd.conf.5 +++ b/usr.sbin/snmpd/snmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmpd.conf.5,v 1.27 2013/10/16 21:17:27 jmc Exp $ +.\" $OpenBSD: snmpd.conf.5,v 1.28 2013/10/17 09:14:01 blambert Exp $ .\" .\" Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@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 16 2013 $ +.Dd $Mdocdate: October 17 2013 $ .Dt SNMPD.CONF 5 .Os .Sh NAME @@ -137,11 +137,14 @@ will accept only SNMPv3 requests since older versions neither support authentication nor encryption. .Pp .It Ic socket Qo Ar path Qc Op Ic restricted -Set the control socket location to +Create a control socket at .Ar path . If .Ic restricted is specified a restricted control socket will be created. +Multiple +.Ic restricted +sockets may be created. By default .Pa /var/run/snmpd.sock is used and no restricted socket is created. |