diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-04 12:41:56 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-04 12:41:56 +0000 |
commit | 41968d33a5b4c1c616b4e3d7c064fac67ad2ea1e (patch) | |
tree | c7fee51709f938f817b3931ab52317b6661f1649 /usr.sbin/snmpctl/snmpctl.8 | |
parent | efcce6e22456896ff127ba3a382fa4bcfdce5948 (diff) |
add the -n flag to dump numeric OIDs instead of symbolic names
Diffstat (limited to 'usr.sbin/snmpctl/snmpctl.8')
-rw-r--r-- | usr.sbin/snmpctl/snmpctl.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/usr.sbin/snmpctl/snmpctl.8 b/usr.sbin/snmpctl/snmpctl.8 index 2823cd5f123..a6917f00b11 100644 --- a/usr.sbin/snmpctl/snmpctl.8 +++ b/usr.sbin/snmpctl/snmpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snmpctl.8,v 1.2 2007/12/28 17:22:32 reyk Exp $ +.\" $OpenBSD: snmpctl.8,v 1.3 2008/01/04 12:41:55 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 28 2007 $ +.Dd $Mdocdate: January 4 2008 $ .Dt SNMPCTL 8 .Os .Sh NAME @@ -22,6 +22,7 @@ .Nd control the SNMP daemon .Sh SYNOPSIS .Nm +.Op Fl n .Ar command .Op Ar arguments ... .Sh DESCRIPTION @@ -31,6 +32,12 @@ program controls the .Xr snmpd 8 daemon. .Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl n +Show numeric OID values instead of their symbolic names. +.El +.Pp The following commands are available: .Bl -tag -width Ds .It Cm monitor |