summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2021-06-14 12:28:59 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2021-06-14 12:28:59 +0000
commitb2265edf10de3d139523e249d3c4e103892d5c3a (patch)
treec53dc9a0a95b8b61057d4041ddb7fee6c82434d2 /usr.sbin
parent82032bc490819f908e23f95edc0afb3c6cfe4efd (diff)
snmpd.conf(5): fix typo/plurals and tweak wording. ok jmc martijn
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/snmpd/snmpd.conf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5
index 5e620ffa202..1f542a2101a 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.47 2021/03/09 18:18:55 martijn Exp $
+.\" $OpenBSD: snmpd.conf.5,v 1.48 2021/06/14 12:28:58 sthen 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: March 9 2021 $
+.Dd $Mdocdate: June 14 2021 $
.Dt SNMPD.CONF 5
.Os
.Sh NAME
@@ -101,14 +101,14 @@ Specify the local address
should listen on for incoming SNMP messages.
The
.Ic read
-flag specifies if the listen statement accepts get, getnext and bulkget
+flag specifies if the listen address accepts get, getnext and bulkget
requests.
The
.Ic write
-flag specifies if the listen statement accepts set requests
-and
+flag specifies if the listen address accepts set requests
+and the
.Ic notify
-flags specifes if the listen statements accepts trapv1 and trapv2 requests.
+flag specifies if the listen address accepts trapv1 and trapv2 requests.
Multiple
.Ic listen on
statements are supported.