Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2010 11:05:37 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r205078 - in head/contrib/bsnmp: gensnmptree snmpd
Message-ID:  <201003121105.o2CB5bi0079911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003121105.o2CB5bi0079911>