aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-11-10 12:08:17 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-11-10 12:08:17 +0000
commitda41a1d4204fae4f9b337250485e16e54eedc6f3 (patch)
treedbc90d67a50094979d87f98b61cce43a9558bf7b
parentaf1fee9b7c9a9384af7a708a354269c820d46261 (diff)
downloadsrc-da41a1d4204fae4f9b337250485e16e54eedc6f3.tar.gz
src-da41a1d4204fae4f9b337250485e16e54eedc6f3.zip
Remove hard sentence breaks. Correct the width calculation for the list
indent. Submitted by: ru
Notes
Notes: svn path=/head/; revision=152278
-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 cb12a08106bd..c6bf225723d0 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