From cf835b8a8d459ae26e77512fcd271ea7014e1855 Mon Sep 17 00:00:00 2001 From: augustss Date: Thu, 23 Jul 1998 13:57:51 +0000 Subject: Update man page. Be a little more verbose with -v when no controllers were found. --- usr.sbin/usbdevs/usbdevs.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr.sbin/usbdevs/usbdevs.8') 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 -- cgit