-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
a5dd03b174354b2cc1fe4cc56d0fb4a2 fix-mans-refs.patch | ||
37e039ab11ffda1c25964769ee248743 usbreset-install.patch | ||
eb2f3895105ddd1858b5c6364af43979 usbutils-018.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
diff --git a/man/lsusb.8 b/man/lsusb.8 | ||
index b018343..c0da5fe 100644 | ||
--- a/man/lsusb.8 | ||
+++ b/man/lsusb.8 | ||
@@ -59,8 +59,7 @@ then exit successfully. | ||
If the specified device is not found, a non-zero exit code is returned. | ||
|
||
.SH SEE ALSO | ||
-.BR lspci (8), | ||
-.BR usbview (8). | ||
+.BR lspci (8) | ||
|
||
.SH AUTHOR | ||
Thomas Sailer, <sailer@ife.ee.ethz.ch>. | ||
diff --git a/man/lsusb.py.1 b/man/lsusb.py.1 | ||
index b99f80a..f11ad44 100644 | ||
--- a/man/lsusb.py.1 | ||
+++ b/man/lsusb.py.1 | ||
@@ -59,8 +59,7 @@ file. | ||
|
||
.SH SEE ALSO | ||
.BR lspci (8), | ||
-.BR lsusb (8), | ||
-.BR usbview (8). | ||
+.BR lsusb (8) | ||
|
||
.SH AUTHOR | ||
Thomas Sailer, <sailer@ife.ee.ethz.ch>, | ||
diff --git a/man/usb-devices.1 b/man/usb-devices.1 | ||
index 86bf460..861318e 100644 | ||
--- a/man/usb-devices.1 | ||
+++ b/man/usb-devices.1 | ||
@@ -44,8 +44,7 @@ Location where the \fIusb/devices\fP file can normally be found for | ||
Linux kernel 2.6.31 and later, if debugfs is mounted. | ||
|
||
.SH SEE ALSO | ||
-.BR lsusb (8), | ||
-.BR usbview (8). | ||
+.BR lsusb (8) | ||
|
||
.SH AUTHORS | ||
Greg Kroah-Hartman <greg@kroah.com> | ||
diff --git a/man/usbreset.1 b/man/usbreset.1 | ||
index e10bf6f..abd8e38 100644 | ||
--- a/man/usbreset.1 | ||
+++ b/man/usbreset.1 | ||
@@ -47,7 +47,7 @@ Reset device named USB2.0 Hub: | ||
.B usbreset """USB2.0 Hub""" | ||
|
||
.SH SEE ALSO | ||
-.BR lsusb (8). | ||
+.BR lsusb (8) | ||
|
||
.SH AUTHOR | ||
Alan Stern <stern@rowland.harvard.edu> |