summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-03-12 11:05:37 +0000
committeruqs <uqs@FreeBSD.org>2010-03-12 11:05:37 +0000
commit04da0ca274dd9d534b972f40b11b7fddbfa45d9a (patch)
tree10fc0bd4ef85a91eae9b094d107cb3b85559a963 /contrib/bsnmp
parent5c999930df7bc66ae90bed1d7135530a647aaf6c (diff)
downloadFreeBSD-src-04da0ca274dd9d534b972f40b11b7fddbfa45d9a.zip
FreeBSD-src-04da0ca274dd9d534b972f40b11b7fddbfa45d9a.tar.gz
Fix typo in macro name and macro usage.
Found by: make manlint Reviewed by: ru Approved by: harti, philip (mentor)
Diffstat (limited to 'contrib/bsnmp')
-rw-r--r--contrib/bsnmp/gensnmptree/gensnmptree.12
-rw-r--r--contrib/bsnmp/snmpd/snmpmod.33
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/bsnmp/gensnmptree/gensnmptree.1 b/contrib/bsnmp/gensnmptree/gensnmptree.1
index 930f426..a4d2a80 100644
--- a/contrib/bsnmp/gensnmptree/gensnmptree.1
+++ b/contrib/bsnmp/gensnmptree/gensnmptree.1
@@ -58,7 +58,7 @@ If none of the options
.Fl e ,
.Fl E
or
-.FL t
+.Fl t
are used
.Nm
reads a MIB description from its standard input and creates two files: a
diff --git a/contrib/bsnmp/snmpd/snmpmod.3 b/contrib/bsnmp/snmpd/snmpmod.3
index 3ca067a..176fb47 100644
--- a/contrib/bsnmp/snmpd/snmpmod.3
+++ b/contrib/bsnmp/snmpd/snmpmod.3
@@ -777,7 +777,8 @@ is used for GET or GETNEXT.
The function
.It Fn string_get_max
can be used instead of
-.Nf stringto ensure that the returned string has a certain maximum length.
+.Fn string_get
+to ensure that the returned string has a certain maximum length.
If
.Fa len
is -1, the length is computed via
OpenPOWER on IntegriCloud