summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2008-01-04 13:51:08 +0000
committerreyk <reyk@openbsd.org>2008-01-04 13:51:08 +0000
commitcacabaee298f40b2614b8201e091d8c2fa83d3cf (patch)
treed1b28ef296d841304dceadcb88fd4e52fa15a5f3
parentremove unused function (diff)
downloadwireguard-openbsd-cacabaee298f40b2614b8201e091d8c2fa83d3cf.tar.xz
wireguard-openbsd-cacabaee298f40b2614b8201e091d8c2fa83d3cf.zip
document the -n and -N command line options.
-rw-r--r--usr.sbin/snmpd/snmpd.811
1 files changed, 8 insertions, 3 deletions
diff --git a/usr.sbin/snmpd/snmpd.8 b/usr.sbin/snmpd/snmpd.8
index 7fb692ce8d9..bd6be3e490f 100644
--- a/usr.sbin/snmpd/snmpd.8
+++ b/usr.sbin/snmpd/snmpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: snmpd.8,v 1.2 2007/12/15 05:26:05 reyk Exp $
+.\" $OpenBSD: snmpd.8,v 1.3 2008/01/04 13:51:08 reyk Exp $
.\"
.\" Copyright (c) 2007 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: December 15 2007 $
+.Dd $Mdocdate: January 4 2008 $
.Dt SNMPD 8
.Os
.Sh NAME
@@ -22,7 +22,7 @@
.Nd Simple Network Management Protocol Daemon
.Sh SYNOPSIS
.Nm snmpd
-.Op Fl dv
+.Op Fl dnNv
.Oo Xo
.Fl D Ar macro Ns = Ns Ar value Oc
.Xc
@@ -50,6 +50,11 @@ Use
.Ar file
as the configuration file, instead of the default
.Pa /etc/snmpd.conf .
+.It Fl n
+Configtest mode.
+Only check the configuration file for validity.
+.It Fl N
+Show numeric OID values instead of their symbolic names.
.It Fl v
Produce more verbose output.
.El