From owner-svn-src-all@FreeBSD.ORG Sat May 31 21:12:15 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E1109DA; Sat, 31 May 2014 21:12:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB062E27; Sat, 31 May 2014 21:12:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4VLCF4G030871; Sat, 31 May 2014 21:12:15 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4VLCFFu030870; Sat, 31 May 2014 21:12:15 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201405312112.s4VLCFFu030870@svn.freebsd.org> From: Christian Brueffer Date: Sat, 31 May 2014 21:12:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266931 - head/usr.sbin/bsnmpd/modules/snmp_hast X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 21:12:15 -0000 Author: brueffer Date: Sat May 31 21:12:14 2014 New Revision: 266931 URL: http://svnweb.freebsd.org/changeset/base/266931 Log: Grammar cleanup; sort SEE ALSO. MFC after: 1 week Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 ============================================================================== --- head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 Sat May 31 20:26:34 2014 (r266930) +++ head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 Sat May 31 21:12:14 2014 (r266931) @@ -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