diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-11-28 01:33:19 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-11-28 01:33:19 +0000 |
| commit | 72eb2563d6512ba2bff9d740e9f570ebaff5682c (patch) | |
| tree | b98283de3c18aa07bcf66a3f70dae3e11a425fcd /usr.sbin | |
| parent | 6646524f3482aacc84cd1ed6867682494a0821a6 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/devinfo/devinfo.8 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/devinfo/devinfo.8 b/usr.sbin/devinfo/devinfo.8 index 70976db16441..0125b002237f 100644 --- a/usr.sbin/devinfo/devinfo.8 +++ b/usr.sbin/devinfo/devinfo.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 10, 2002 +.Dd Nov 28, 2005 .Os .Dt DEVINFO 8 .Sh NAME @@ -35,7 +35,9 @@ .Nd print information about system device configuration .Sh SYNOPSIS .Nm -.Op Fl ruv +.Op Fl rv +.Nm +.Op Fl u .Sh DESCRIPTION The .Nm @@ -67,6 +69,8 @@ Without this flag, only those devices that have attached are reported. .Xr iostat 8 , .Xr pciconf 8 , .Xr pnpinfo 8 , -.Xr vmstat 8 +.Xr vmstat 8 , +.Xr devclass 9 , +.Xr device 9 .Sh AUTHORS .An Mike Smith Aq msmith@FreeBSD.org |
