diff options
author | 2008-06-13 14:14:58 +0000 | |
---|---|---|
committer | 2008-06-13 14:14:58 +0000 | |
commit | 71ec392e255451ba7be46ebc2ab302b701a12e74 (patch) | |
tree | a246730b60fbb8e351fbf21dc56c73eb215a4156 | |
parent | Clear key options in the monitor on failed authentication, prevents (diff) | |
download | wireguard-openbsd-71ec392e255451ba7be46ebc2ab302b701a12e74.tar.xz wireguard-openbsd-71ec392e255451ba7be46ebc2ab302b701a12e74.zip |
correction from Tamas TEVESZ;
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5 index e4fccffe33b..5c2e154ec63 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.7 2008/03/30 17:56:27 martin Exp $ +.\" $OpenBSD: snmpd.conf.5,v 1.8 2008/06/13 14:14:58 jmc Exp $ .\" .\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> .\" @@ -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: March 30 2008 $ +.Dd $Mdocdate: June 13 2008 $ .Dt SNMPD.CONF 5 .Os .Sh NAME @@ -72,7 +72,7 @@ The following options can be set globally: .Bl -tag -width Ds -compact .It Ic listen on Ar address Specify the local address -.Nm +.Xr snmpd 8 should listen on for incoming SNMP messages. .Pp .It Ic read-only community Ar string |