aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2019-09-30 15:42:52 +0200
committerAurelien Jarno <aurelien@aurel32.net>2019-09-30 15:46:10 +0200
commit94986fc7abcc6bd932a3f45501e83f4f5a4126f2 (patch)
tree20769c031b67c38e8bc7e8bfa959b014c4f65a7c
parent681029ff234717d352e955be5657bfa0452a45d2 (diff)
downloadusbutils-94986fc7abcc6bd932a3f45501e83f4f5a4126f2.tar.gz
lsusb.8.in: do not mention usb.ids
The lsusb binary does not use the usb.ids file anymore, instead it uses the udev hardware database. Mentionning usb.ids in lsusb(8) is therefore very confusing for the users. This patch therefore drops that part.
-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).