diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2012-09-28 09:48:33 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2012-09-28 09:48:33 +0000 |
commit | 58465d3d205a572260271f42a3805f173d40a8b9 (patch) | |
tree | ccddbf0f57ab63b4c1049ff16c72f986145fbe20 /usr.sbin/snmpd | |
parent | b4ed0cf5e2445659a7c5ca1e41cea00e51e90f36 (diff) |
sync manpage with code
ok reyk
Diffstat (limited to 'usr.sbin/snmpd')
-rw-r--r-- | usr.sbin/snmpd/ber.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/snmpd/ber.3 b/usr.sbin/snmpd/ber.3 index 904e787855b..b4a004b26a5 100644 --- a/usr.sbin/snmpd/ber.3 +++ b/usr.sbin/snmpd/ber.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ber.3,v 1.10 2012/09/17 16:30:34 reyk Exp $ +.\" $OpenBSD: ber.3,v 1.11 2012/09/28 09:48:32 camield Exp $ .\" .\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 17 2012 $ +.Dd $Mdocdate: September 28 2012 $ .Dt BER 3 .Os .Sh NAME @@ -173,7 +173,7 @@ For internal representation of OIDs, the following structure is being used: .Bd -literal #define BER_MIN_OID_LEN 2 -#define BER_MAX_OID_LEN 128 +#define BER_MAX_OID_LEN 32 struct ber_oid { u_int32_t bo_id[BER_MAX_OID_LEN + 1]; |