diff options
author | ngie <ngie@FreeBSD.org> | 2016-06-08 13:24:42 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2016-06-08 13:24:42 +0000 |
commit | 511b4b072bad0ff4a6d17bd51fb3664d07662da8 (patch) | |
tree | bd27e10eaa35c05c3c2bf2836bdaa9f768f97917 /contrib/bsnmp | |
parent | e3659f0f834de9a1e887d799f8a15a4320e04cbc (diff) | |
download | FreeBSD-src-511b4b072bad0ff4a6d17bd51fb3664d07662da8.zip FreeBSD-src-511b4b072bad0ff4a6d17bd51fb3664d07662da8.tar.gz |
MFC r299833:
Fix fully canonicalized example for `myvariable.27...`
`6` doesn't occur in the OID; it was spurious
Bump .Dd for the change
Diffstat (limited to 'contrib/bsnmp')
-rw-r--r-- | contrib/bsnmp/snmpd/bsnmpd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bsnmp/snmpd/bsnmpd.1 b/contrib/bsnmp/snmpd/bsnmpd.1 index 145e9d5..1fbdad6 100644 --- a/contrib/bsnmp/snmpd/bsnmpd.1 +++ b/contrib/bsnmp/snmpd/bsnmpd.1 @@ -31,7 +31,7 @@ .\" .\" $Begemot: bsnmp/snmpd/bsnmpd.1,v 1.12 2006/02/27 09:50:03 brandt_h Exp $ .\" -.Dd September 9, 2010 +.Dd May 10, 2016 .Dt BSNMPD 1 .Os .Sh NAME @@ -227,7 +227,7 @@ myvariable.27.foooll.[localhost]."&^!" .Pp results in the oid .Bd -unfilled -offset indent -myvariable.27.6.102.111.111.111.108.108.127.0.0.1.38.94.33 +myvariable.27.102.111.111.111.108.108.127.0.0.1.38.94.33 .Ed .Pp The value of the assignment may be either empty, a string or a number. |