From: martijn Date: Tue, 10 Aug 2021 07:53:57 +0000 (+0000) Subject: Simplify and be more concise with the listen on flags description. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f028c474d758a5606e08a41463d8c9082f68489e;p=openbsd Simplify and be more concise with the listen on flags description. Suggested by schwarze@ --- 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 .\" @@ -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