diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2021-08-10 07:53:58 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2021-08-10 07:53:58 +0000 |
commit | 776a0b8315b2d94610c34c83400d4f6ff6d0d007 (patch) | |
tree | 4312fe54206a8ce166a96f389f787796565636cc | |
parent | 7bc37e668e20f806c08da9e09c836229239aa1bb (diff) |
Simplify and be more concise with the listen on flags description.
Suggested by schwarze@
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf.5 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5 index 745df940d78..17fd39d1814 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.55 2021/08/10 06:49:33 martijn Exp $ +.\" $OpenBSD: snmpd.conf.5,v 1.56 2021/08/10 07:53:57 martijn Exp $ .\" .\" Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> .\" @@ -116,18 +116,17 @@ The are as follows: .Bl -tag -width Ds .It Ic read -Specifies if the listen address accepts get, getnext and bulkget -requests. +Accept get, getnext and bulkget requests. .It Ic write -Specifies if the listen address accepts set requests. +Accepts set requests. .It Ic notify -Specifies if the listen address accepts trapv1 and trapv2 requests. +Accepts trapv1 and trapv2 requests. .It Ic snmpv1 -Enables SNMPv1 subsystem on the listen address. +Enable SNMPv1 subsystem on the listen address. .It Ic snmpv2c -Enables SNMPv2c subsystem on the listen address. +Enable SNMPv2c subsystem on the listen address. .It Ic snmpv3 -Enables SNMPv3 subsystem on the listen address. +Enable SNMPv3 subsystem on the listen address. .El .Pp The default protocol is |