summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2013-05-09 11:10:46 +0000
committertrociny <trociny@FreeBSD.org>2013-05-09 11:10:46 +0000
commita61a6fd73b4782cf6589cc8d2c1e5c1b2dd336c0 (patch)
treeafc39647341e27180f5fe73c1967bc53f0da1e6e /usr.sbin/bsnmpd
parentbc7bbd0706d00129f3641efe9d28df411920dc86 (diff)
downloadFreeBSD-src-a61a6fd73b4782cf6589cc8d2c1e5c1b2dd336c0.zip
FreeBSD-src-a61a6fd73b4782cf6589cc8d2c1e5c1b2dd336c0.tar.gz
Move snmp_hast manual to section 3, where all other manual pages for
bsnmp modules are located. Section 3 (Library Functions) looks wrong for this manual page, which contains only module description, that is why initially it was located to section 8 (System Manager's Manual). On the other hand manual pages for all other bsnmpd modules are already located in the section 3, and having all pages in one section looks more consistent. Also, currently, similarly to manuals for other modules, snmp_hast manual contains LIBRARY section, which is not good style for section 8. Requested by: joel X-MFC with: r250379
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hast/Makefile2
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 (renamed from usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8)4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/Makefile b/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
index a128dab..625bc21 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
@@ -13,7 +13,7 @@ SRCS+= parse.y pjdlog.c
SRCS+= proto.c proto_common.c proto_uds.c
SRCS+= token.l
SRCS+= y.tab.h
-MAN= snmp_hast.8
+MAN= snmp_hast.3
NO_WFORMAT=
NO_WCAST_ALIGN=
diff --git a/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8 b/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3
index fced9c1..2b966d7 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8
+++ b/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3
@@ -25,8 +25,8 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 1, 2013
-.Dt SNMP_HAST 8
+.Dd May 9, 2013
+.Dt SNMP_HAST 3
.Os
.Sh NAME
.Nm snmp_hast
OpenPOWER on IntegriCloud