summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-11-10 12:08:17 +0000
committerharti <harti@FreeBSD.org>2005-11-10 12:08:17 +0000
commitead15834e66ffa67d9d8d0d278155c7102baa846 (patch)
treedbc90d67a50094979d87f98b61cce43a9558bf7b /share
parent4d594c23ce7686e82278b14db56d9e7ac7de5843 (diff)
downloadFreeBSD-src-ead15834e66ffa67d9d8d0d278155c7102baa846.zip
FreeBSD-src-ead15834e66ffa67d9d8d0d278155c7102baa846.tar.gz
Remove hard sentence breaks. Correct the width calculation for the list
indent. Submitted by: ru
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/bsd.snmpmod.mk.714
1 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man7/bsd.snmpmod.mk.7 b/share/man/man7/bsd.snmpmod.mk.7
index cb12a08..c6bf225 100644
--- a/share/man/man7/bsd.snmpmod.mk.7
+++ b/share/man/man7/bsd.snmpmod.mk.7
@@ -28,8 +28,8 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 9, 2005
-.Dt BSD.SNMPMOD.MK 5
+.Dd November 10, 2005
+.Dt BSD.SNMPMOD.MK 7
.Os
.Sh NAME
.Nm bsd.snmpmod.mk
@@ -50,7 +50,7 @@ to actually build the shared library.
The following
.Xr make 1
variables control the special functions:
-.Bl -tag -width 'EXTRAMIBDEFS'
+.Bl -tag -width ".Va EXTRAMIBDEFS"
.It Va MOD
The short name of the module.
The name of the shared library will be
@@ -69,16 +69,18 @@ A list of symbols to be extracted from the MIB definition files by
.Xr gensnmptree 1 .
This is optional.
.It Va DEFS
-A list of MIB definition files to be installed. This is optional.
+A list of MIB definition files to be installed.
+This is optional.
.It Va BMIBS
-A list of textual MIBs to be installed. This is optional.
+A list of textual MIBs to be installed.
+This is optional.
.El
.Pp
Three file are automatically created from the MIB definition files and
the
.Va XSYM
variable:
-.Bl -tag -width 'EXTRAMIBDEFS'
+.Bl -tag -width ".Va EXTRAMIBDEFS"
.It Pa ${MOD}_tree.c
This contains a table with the tree implemented by the module.
It is automatically included into the
OpenPOWER on IntegriCloud