summaryrefslogtreecommitdiff
path: root/usr.sbin/usbdevs/usbdevs.8
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1998-07-23 13:57:51 +0000
committeraugustss <augustss@NetBSD.org>1998-07-23 13:57:51 +0000
commitcf835b8a8d459ae26e77512fcd271ea7014e1855 (patch)
treed22a6506f7976781578842c7e0179035ed264773 /usr.sbin/usbdevs/usbdevs.8
parent02c8f266db23d640bb481de1ac21abc2037158bf (diff)
Update man page.
Be a little more verbose with -v when no controllers were found.
Diffstat (limited to 'usr.sbin/usbdevs/usbdevs.8')
-rw-r--r--usr.sbin/usbdevs/usbdevs.85
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/usbdevs/usbdevs.8 b/usr.sbin/usbdevs/usbdevs.8
index 24d15916a57..8f9f256c320 100644
--- a/usr.sbin/usbdevs/usbdevs.8
+++ b/usr.sbin/usbdevs/usbdevs.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: usbdevs.8,v 1.2 1998/07/13 11:01:50 augustss Exp $
+.\" $NetBSD: usbdevs.8,v 1.3 1998/07/23 13:57:51 augustss Exp $
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@@ -41,6 +41,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl a Ar addr
+.Op Fl f Ar dev
.Op Fl v
.Sh DESCRIPTION
.Nm
@@ -52,6 +53,8 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl a Ar addr
only print information about the device at the given address.
+.It Fl f Ar dev
+only print information for the given USB controller.
.It Fl v
Be verbose.
.El