diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-18 08:03:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-18 08:03:05 +0000 |
commit | 7e3bba58a9e04982bd4f501f8a9aa3d47d83064a (patch) | |
tree | d586686d9b48cf9ceb54cb141043d6d26fe769a6 /usr.sbin/snmpd | |
parent | 97377e96fbdac3219a14590ca7c18b2c94b6bca8 (diff) |
fix a double "is";
Diffstat (limited to 'usr.sbin/snmpd')
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5 index 080faadb3f5..9026e1cf78a 100644 --- a/usr.sbin/snmpd/snmpd.conf.5 +++ b/usr.sbin/snmpd/snmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmpd.conf.5,v 1.12 2009/04/16 20:13:13 sobrado Exp $ +.\" $OpenBSD: snmpd.conf.5,v 1.13 2010/07/18 08:03:04 jmc Exp $ .\" .\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 16 2009 $ +.Dd $Mdocdate: July 18 2010 $ .Dt SNMPD.CONF 5 .Os .Sh NAME @@ -166,7 +166,7 @@ Return the specified value to the client for this OID. The .Ic read-write option may allow the client to override it, -and the type is is either +and the type is either .Ic string or .Ic integer . |