aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-13 14:00:32 +0200
committerGitHub <noreply@github.com>2019-10-13 14:00:32 +0200
commitc77e84ac6d53fa3db2ae5bf4a85cdbd7b27ad0d4 (patch)
tree20769c031b67c38e8bc7e8bfa959b014c4f65a7c
parent681029ff234717d352e955be5657bfa0452a45d2 (diff)
parent94986fc7abcc6bd932a3f45501e83f4f5a4126f2 (diff)
downloadusbutils-c77e84ac6d53fa3db2ae5bf4a85cdbd7b27ad0d4.tar.gz
Merge pull request #97 from aurel32/lsusb.8-usb.ids
lsusb.8.in: do not mention usb.ids
-rw-r--r--Makefile.am2
-rw-r--r--lsusb.8.in5
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index feb8a58..30bc8b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,7 @@ lsusb.py: $(srcdir)/lsusb.py.in
chmod 755 $@
lsusb.8: $(srcdir)/lsusb.8.in
- sed 's|VERSION|$(VERSION)|g;s|@usbids@|$(datadir)/usb.ids|g' $< >$@
+ sed 's|VERSION|$(VERSION)|g' $< >$@
usbhid-dump.8: $(srcdir)/usbhid-dump.8.in
sed 's|VERSION|$(VERSION)|g' $< >$@
diff --git a/lsusb.8.in b/lsusb.8.in
index 04249ae..3aff215 100644
--- a/lsusb.8.in
+++ b/lsusb.8.in
@@ -57,11 +57,6 @@ then exit successfully.
.SH RETURN VALUE
If the specified device is not found, a non-zero exit code is returned.
-.SH FILES
-.TP
-.B @usbids@
-A list of all known USB ID's (vendors, products, classes, subclasses and protocols).
-
.SH SEE ALSO
.BR lspci (8),
.BR usbview (8).