diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2020-09-22 11:28:15 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2020-09-22 11:28:15 +0000 |
commit | 6d829dd67c779724f837191107757c2144e94715 (patch) | |
tree | 642bda8b9e260eb4623c7e0b4c3322a68e9e09d5 /share/man | |
parent | 90f4f0b939da16ea674a00c2fcfb525b7ade6276 (diff) |
Add a libagentx reference here as well.
Pointed out by jsg@
Diffstat (limited to 'share/man')
-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 |