diff options
author | 2020-09-22 11:28:14 +0000 | |
---|---|---|
committer | 2020-09-22 11:28:14 +0000 | |
commit | fc1155629e2720e3a7fb37db24b91373593e17dc (patch) | |
tree | fea8c5104770bdd1fbc022cc6477ded5422f4c66 | |
parent | Link up libagentx (diff) | |
download | wireguard-openbsd-fc1155629e2720e3a7fb37db24b91373593e17dc.tar.xz wireguard-openbsd-fc1155629e2720e3a7fb37db24b91373593e17dc.zip |
Add a libagentx reference here as well.
Pointed out by jsg@
-rw-r--r-- | share/man/man3/intro.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index f396c5ac4f0..7580deb0824 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.92 2019/11/15 04:23:25 jsg Exp $ +.\" $OpenBSD: intro.3,v 1.93 2020/09/22 11:28:14 martijn Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.3 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: November 15 2019 $ +.Dd $Mdocdate: September 22 2020 $ .Dt INTRO 3 .Os .Sh NAME @@ -58,6 +58,12 @@ The various libraries (followed by the loader flag): .It libLLVM Pq Fl lLLVM LLVM components in a single library. .Pp +.It libagentx Pq Fl lagentx +AgentX client library. +Used for applications to export metrics to AgentX capable snmp daemons. +See +.Xr subagentx 3 . +.Pp .It libc Pq Fl lc Standard C library functions. When using the C compiler |