From 04da0ca274dd9d534b972f40b11b7fddbfa45d9a Mon Sep 17 00:00:00 2001 From: uqs Date: Fri, 12 Mar 2010 11:05:37 +0000 Subject: [PATCH] Fix typo in macro name and macro usage. Found by: make manlint Reviewed by: ru Approved by: harti, philip (mentor) --- contrib/bsnmp/gensnmptree/gensnmptree.1 | 2 +- contrib/bsnmp/snmpd/snmpmod.3 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/bsnmp/gensnmptree/gensnmptree.1 b/contrib/bsnmp/gensnmptree/gensnmptree.1 index 930f4269456..a4d2a805b00 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 3ca067add0e..176fb47142b 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 -- 2.45.0