Deleted Added
full compact
1a2,4
> .\" Copyright (c) 2004-2005
> .\" Hartmut Brandt.
> .\" All rights reserved.
29c32
< .\" $Begemot: bsnmp/lib/bsnmplib.3,v 1.6 2005/02/25 11:55:59 brandt_h Exp $
---
> .\" $Begemot: bsnmp/lib/bsnmplib.3,v 1.9 2005/10/04 08:46:51 brandt_h Exp $
31c34
< .Dd August 15, 2002
---
> .Dd October 4, 2005
87c90
< u_int32_t uint32; /* also gauge32, counter32,
---
> uint32_t uint32; /* also gauge32, counter32,
89c92
< u_int64_t counter64;
---
> uint64_t counter64;
94,95c97,98
< This structure represents one variable binding from an SNMP PDU. The
< field
---
> This structure represents one variable binding from an SNMP PDU.
> The field
181,182c184,185
< is used to free all the dynamic allocated contents of an SNMP value. It does
< not free the structure pointed to by
---
> is used to free all the dynamic allocated contents of an SNMP value.
> It does not free the structure pointed to by
190c193
< .Xr snmpd 1 .
---
> .Xr bsnmpd 1 .
200,201c203,204
< is uninitialized and will overwrite its previous contents. It does not itself
< allocate the structure pointed to by
---
> is uninitialized and will overwrite its previous contents.
> It does not itself allocate the structure pointed to by
206,207c209,210
< frees all the dynamically allocated components of the PDU. It does not itself
< free the structure pointed to by
---
> frees all the dynamically allocated components of the PDU.
> It does not itself free the structure pointed to by
242c245
< When an error occures in any of the function the function pointed to
---
> When an error occurs in any of the function the function pointed to
294c297
< .Xr snmpd 1 ,
---
> .Xr bsnmpd 1 ,