summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-06-17 11:33:55 +0000
committerjoel <joel@FreeBSD.org>2012-06-17 11:33:55 +0000
commitf7ba75166258205ffaa6876e96bef0ad54d1ca56 (patch)
tree5af47dad645d351c70781afa4d3cd84bc817910a /contrib/bsnmp
parent8682432c9ae2cb0a07b19762b15ce3445a561997 (diff)
downloadFreeBSD-src-f7ba75166258205ffaa6876e96bef0ad54d1ca56.zip
FreeBSD-src-f7ba75166258205ffaa6876e96bef0ad54d1ca56.tar.gz
Minor mdoc fixes.
Diffstat (limited to 'contrib/bsnmp')
-rw-r--r--contrib/bsnmp/lib/bsnmpclient.32
-rw-r--r--contrib/bsnmp/lib/bsnmplib.33
-rwxr-xr-xcontrib/bsnmp/snmp_target/snmp_target.32
-rwxr-xr-xcontrib/bsnmp/snmp_usm/snmp_usm.32
-rwxr-xr-xcontrib/bsnmp/snmp_vacm/snmp_vacm.32
5 files changed, 4 insertions, 7 deletions
diff --git a/contrib/bsnmp/lib/bsnmpclient.3 b/contrib/bsnmp/lib/bsnmpclient.3
index 5fe9a9a..d4af60e 100644
--- a/contrib/bsnmp/lib/bsnmpclient.3
+++ b/contrib/bsnmp/lib/bsnmpclient.3
@@ -368,7 +368,7 @@ This format expects an argument of type
and appends the length of the string (as computed by
.Xr strlen 3 )
and each of the characters in the string to the OID.
-.It Li ( Va N Ns Li )
+.It ( Va N Ns )
This format expects no argument.
.Va N
must be a decimal number and is stored into an internal variable
diff --git a/contrib/bsnmp/lib/bsnmplib.3 b/contrib/bsnmp/lib/bsnmplib.3
index fbb956d..a9ba204 100644
--- a/contrib/bsnmp/lib/bsnmplib.3
+++ b/contrib/bsnmp/lib/bsnmplib.3
@@ -161,7 +161,6 @@ is not zero,
.Fa v.octetstring.octets
points to a string allocated by
.Xr malloc 3 .
-.Pp
.Bd -literal -offset indent
#define SNMP_ENGINE_ID_SIZ 32
@@ -176,7 +175,6 @@ struct snmp_engine {
.Pp
This structure represents an SNMP engine as specified by the SNMP Management
Architecture described in RFC 3411.
-.Pp
.Bd -literal -offset indent
#define SNMP_ADM_STR32_SIZ (32 + 1)
#define SNMP_AUTH_KEY_SIZ 40
@@ -225,7 +223,6 @@ enum snmp_privacy {
and
.Fa priv_key
contain the authentication and privacy keys for the user.
-.Pp
.Bd -literal -offset indent
#define SNMP_COMMUNITY_MAXLEN 128
#define SNMP_MAX_BINDINGS 100
diff --git a/contrib/bsnmp/snmp_target/snmp_target.3 b/contrib/bsnmp/snmp_target/snmp_target.3
index 03071b5..626bb78 100755
--- a/contrib/bsnmp/snmp_target/snmp_target.3
+++ b/contrib/bsnmp/snmp_target/snmp_target.3
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm snmp_target
-.Nd "Target addresses and notifications module for
+.Nd "Target addresses and notifications module for"
.Xr bsnmpd 1
.Sh LIBRARY
.Pq begemotSnmpdModulePath."target" = "/usr/lib/snmp_target.so"
diff --git a/contrib/bsnmp/snmp_usm/snmp_usm.3 b/contrib/bsnmp/snmp_usm/snmp_usm.3
index f85380c..f3c0b91 100755
--- a/contrib/bsnmp/snmp_usm/snmp_usm.3
+++ b/contrib/bsnmp/snmp_usm/snmp_usm.3
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm snmp_usm
-.Nd "user-based security module for
+.Nd "user-based security module for"
.Xr bsnmpd 1
.Sh LIBRARY
.Pq begemotSnmpdModulePath."usm" = "/usr/lib/snmp_usm.so"
diff --git a/contrib/bsnmp/snmp_vacm/snmp_vacm.3 b/contrib/bsnmp/snmp_vacm/snmp_vacm.3
index b7bb56c..dd57f7f 100755
--- a/contrib/bsnmp/snmp_vacm/snmp_vacm.3
+++ b/contrib/bsnmp/snmp_vacm/snmp_vacm.3
@@ -33,7 +33,7 @@
.Os
.Sh NAME
.Nm snmp_vacm
-.Nd "View-based Access Control module for
+.Nd "View-based Access Control module for"
.Xr bsnmpd 1
.Sh LIBRARY
.Pq begemotSnmpdModulePath."vacm" = "/usr/lib/snmp_vacm.so"
OpenPOWER on IntegriCloud