Author: uqs
Date: Fri Mar 12 11:05:37 2010
New Revision: 205078
URL: http://svn.freebsd.org/changeset/base/205078

Log:
  Fix typo in macro name and macro usage.
  
  Found by:     make manlint
  Reviewed by:  ru
  Approved by:  harti, philip (mentor)

Modified:
  head/contrib/bsnmp/gensnmptree/gensnmptree.1
  head/contrib/bsnmp/snmpd/snmpmod.3

Modified: head/contrib/bsnmp/gensnmptree/gensnmptree.1
==============================================================================
--- head/contrib/bsnmp/gensnmptree/gensnmptree.1        Fri Mar 12 10:24:58 
2010        (r205077)
+++ head/contrib/bsnmp/gensnmptree/gensnmptree.1        Fri Mar 12 11:05:37 
2010        (r205078)
@@ -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

Modified: head/contrib/bsnmp/snmpd/snmpmod.3
==============================================================================
--- head/contrib/bsnmp/snmpd/snmpmod.3  Fri Mar 12 10:24:58 2010        
(r205077)
+++ head/contrib/bsnmp/snmpd/snmpmod.3  Fri Mar 12 11:05:37 2010        
(r205078)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to