From: Robert Elliott Date: Wed, 3 Mar 2021 20:12:25 +0000 (-0600) Subject: Man pages: clarify pci.ids location X-Git-Tag: v3.8.0~92 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fe4074e525ec31b7d03a9fa963fb18f346a1fd7e;p=pciutils.git Man pages: clarify pci.ids location Include both the path and filename of pci.ids in the pci.ids man page and the update-pciids man page --- diff --git a/Makefile b/Makefile index 82292a7..17a8630 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ example.o: example.c $(PCIINC) $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@ %.8 %.7 %.5: %.man - M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#" + M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#;s#@PCI_IDS@#$(PCI_IDS)#" ctags: rm -f tags diff --git a/pci.ids.man b/pci.ids.man index b8385d0..62abe51 100644 --- a/pci.ids.man +++ b/pci.ids.man @@ -83,6 +83,11 @@ or more spaces, and the name of the subsystem. To ensure extensibility of the format, lines starting with an unrecognized letter followed by a single space are ignored and so are all following TAB-indented lines. +.SH FILES +.TP +.B @IDSDIR@/@PCI_IDS@ +Location of the list. + .SH SEE ALSO .BR lspci (8), .BR update-pciids (8), diff --git a/update-pciids.man b/update-pciids.man index 3a002d8..34d31d4 100644 --- a/update-pciids.man +++ b/update-pciids.man @@ -22,7 +22,7 @@ Be quiet and do not report anything except errors. .SH FILES .TP -.B @IDSDIR@/pci.ids +.B @IDSDIR@/@PCI_IDS@ Here we install the new list. .SH SEE ALSO