svn commit: r250405 - head/usr.sbin/bsnmpd/modules/snmp_hast
Mikolaj Golub
trociny at FreeBSD.org
Thu May 9 11:10:47 UTC 2013
Author: trociny
Date: Thu May 9 11:10:46 2013
New Revision: 250405
URL: http://svnweb.freebsd.org/changeset/base/250405
Log:
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
Added:
head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3
- copied, changed from r250379, head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8
Deleted:
head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8
Modified:
head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
Modified: head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile Thu May 9 08:30:28 2013 (r250404)
+++ head/usr.sbin/bsnmpd/modules/snmp_hast/Makefile Thu May 9 11:10:46 2013 (r250405)
@@ -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=
Copied and modified: head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 (from r250379, head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8)
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.8 Wed May 8 20:03:37 2013 (r250379, copy source)
+++ head/usr.sbin/bsnmpd/modules/snmp_hast/snmp_hast.3 Thu May 9 11:10:46 2013 (r250405)
@@ -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
More information about the svn-src-head
mailing list