diff options
author | 2015-02-10 10:52:07 +0000 | |
---|---|---|
committer | 2015-02-10 10:52:07 +0000 | |
commit | 976903600604cc653af894d92d2c173ac487cf4f (patch) | |
tree | 351f36808a711be1fb41be9b7436fd1be148e958 | |
parent | switch most mtx_* calls back to linux spinlocks (diff) | |
download | wireguard-openbsd-976903600604cc653af894d92d2c173ac487cf4f.tar.xz wireguard-openbsd-976903600604cc653af894d92d2c173ac487cf4f.zip |
Remove a lie that "snmpd does not fully work yet". It works like a charm.
-rw-r--r-- | usr.sbin/snmpd/snmpd.8 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/snmpd/snmpd.8 b/usr.sbin/snmpd/snmpd.8 index b90dfb2e023..9b7191b670f 100644 --- a/usr.sbin/snmpd/snmpd.8 +++ b/usr.sbin/snmpd/snmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmpd.8,v 1.20 2013/10/16 21:15:33 jmc Exp $ +.\" $OpenBSD: snmpd.8,v 1.21 2015/02/10 10:52:07 reyk Exp $ .\" .\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org> .\" @@ -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: October 16 2013 $ +.Dd $Mdocdate: February 10 2015 $ .Dt SNMPD 8 .Os .Sh NAME @@ -119,6 +119,3 @@ The .Nm program was written by .An Reyk Floeter Aq Mt reyk@openbsd.org . -.Sh CAVEATS -.Nm -does not fully work yet. |