diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-06-07 19:12:43 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-06-07 19:12:43 +0000 |
commit | 597700b022187985a7fec1dedd3e007bb35e67bf (patch) | |
tree | 5e045343b329a549815e0b6b3438598040233091 /usr.sbin/bsnmpd | |
parent | e85c8f12ff362f0f0d1e3262fe576ba85f948919 (diff) | |
download | FreeBSD-src-597700b022187985a7fec1dedd3e007bb35e67bf.zip FreeBSD-src-597700b022187985a7fec1dedd3e007bb35e67bf.tar.gz |
MFC: r266931
Grammar cleanup; sort SEE ALSO.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r-- | usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 b/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 index 2b966d7..6c0aba3 100644 --- a/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 +++ b/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 9, 2013 +.Dd May 31, 2014 .Dt SNMP_HAST 3 .Os .Sh NAME @@ -40,11 +40,12 @@ The module implements a private BEGEMOT-HAST-MIB, which allows management of HAST resources. .Pp -The module uses +The module uses the .Xr hastd 8 control socket to communicate with the daemon. +The .Va hastConfigFile -variable can be used to specify the location of +variable can be used to specify the location of the .Xr hast.conf 5 file to find the address of the control connection. .Sh FILES @@ -62,8 +63,8 @@ configuration file. .Sh SEE ALSO .Xr bsnmpd 1 , .Xr gensnmptree 1 , +.Xr snmpmod 3 , .Xr hastctl 8 , -.Xr hastd 8 , -.Xr snmpmod 3 +.Xr hastd 8 .Sh AUTHORS .An Mikolaj Golub Aq trociny@FreeBSD.org |