Minor mdoc fixes.

This commit is contained in:
Joel Dahl 2012-06-17 11:33:55 +00:00
parent 5febe54f25
commit 0aa9c2d892
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237193
5 changed files with 4 additions and 7 deletions

View File

@ -368,7 +368,7 @@ This format expects an argument of type
and appends the length of the string (as computed by and appends the length of the string (as computed by
.Xr strlen 3 ) .Xr strlen 3 )
and each of the characters in the string to the OID. 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. This format expects no argument.
.Va N .Va N
must be a decimal number and is stored into an internal variable must be a decimal number and is stored into an internal variable

View File

@ -161,7 +161,6 @@ is not zero,
.Fa v.octetstring.octets .Fa v.octetstring.octets
points to a string allocated by points to a string allocated by
.Xr malloc 3 . .Xr malloc 3 .
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
#define SNMP_ENGINE_ID_SIZ 32 #define SNMP_ENGINE_ID_SIZ 32
@ -176,7 +175,6 @@ struct snmp_engine {
.Pp .Pp
This structure represents an SNMP engine as specified by the SNMP Management This structure represents an SNMP engine as specified by the SNMP Management
Architecture described in RFC 3411. Architecture described in RFC 3411.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
#define SNMP_ADM_STR32_SIZ (32 + 1) #define SNMP_ADM_STR32_SIZ (32 + 1)
#define SNMP_AUTH_KEY_SIZ 40 #define SNMP_AUTH_KEY_SIZ 40
@ -225,7 +223,6 @@ enum snmp_privacy {
and and
.Fa priv_key .Fa priv_key
contain the authentication and privacy keys for the user. contain the authentication and privacy keys for the user.
.Pp
.Bd -literal -offset indent .Bd -literal -offset indent
#define SNMP_COMMUNITY_MAXLEN 128 #define SNMP_COMMUNITY_MAXLEN 128
#define SNMP_MAX_BINDINGS 100 #define SNMP_MAX_BINDINGS 100

View File

@ -33,7 +33,7 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm snmp_target .Nm snmp_target
.Nd "Target addresses and notifications module for .Nd "Target addresses and notifications module for"
.Xr bsnmpd 1 .Xr bsnmpd 1
.Sh LIBRARY .Sh LIBRARY
.Pq begemotSnmpdModulePath."target" = "/usr/lib/snmp_target.so" .Pq begemotSnmpdModulePath."target" = "/usr/lib/snmp_target.so"

View File

@ -33,7 +33,7 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm snmp_usm .Nm snmp_usm
.Nd "user-based security module for .Nd "user-based security module for"
.Xr bsnmpd 1 .Xr bsnmpd 1
.Sh LIBRARY .Sh LIBRARY
.Pq begemotSnmpdModulePath."usm" = "/usr/lib/snmp_usm.so" .Pq begemotSnmpdModulePath."usm" = "/usr/lib/snmp_usm.so"

View File

@ -33,7 +33,7 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm snmp_vacm .Nm snmp_vacm
.Nd "View-based Access Control module for .Nd "View-based Access Control module for"
.Xr bsnmpd 1 .Xr bsnmpd 1
.Sh LIBRARY .Sh LIBRARY
.Pq begemotSnmpdModulePath."vacm" = "/usr/lib/snmp_vacm.so" .Pq begemotSnmpdModulePath."vacm" = "/usr/lib/snmp_vacm.so"