diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 07:33:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 07:33:30 +0000 |
commit | ea5a114da71a2eac589779d6b1be741a13c81c04 (patch) | |
tree | c306d88ce3959f7b71b48a7d0bf9e1b0dbb861e3 /lib/libagentx | |
parent | ed5d59586721375f969db7d5158f077552f06773 (diff) |
article fixes; from eddie youseph
Diffstat (limited to 'lib/libagentx')
-rw-r--r-- | lib/libagentx/agentx.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libagentx/agentx.3 b/lib/libagentx/agentx.3 index ff3f2227593..7d760a50552 100644 --- a/lib/libagentx/agentx.3 +++ b/lib/libagentx/agentx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: agentx.3,v 1.5 2020/12/03 22:47:21 jmc Exp $ +.\" $OpenBSD: agentx.3,v 1.6 2021/02/02 07:33:29 jmc Exp $ .\" .\" Copyright (c) 2020 Martijn van Duren <martijn@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: December 3 2020 $ +.Dd $Mdocdate: February 2 2021 $ .Dt AGENTX 3 .Os .Sh NAME @@ -529,7 +529,7 @@ Set the return value to an opaque value. .It Fn agentx_varbind_counter64 Set the return value to an uint64_t of type counter64. .It Fn agentx_varbind_notfound -When the request is of type GET return an nosuchinstance error. +When the request is of type GET return a nosuchinstance error. When the request is of type GETNEXT or GETBULK return an endofmibview error. On endofmibview the next object is queried. This function can only be called on objects that contain one or more *_dynamic |