]> mj.ucw.cz Git - pciutils.git/commitdiff
Man pages: clarify pci.ids location
authorRobert Elliott <elliott@hpe.com>
Wed, 3 Mar 2021 20:12:25 +0000 (14:12 -0600)
committerMartin Mares <mj@ucw.cz>
Sun, 26 Dec 2021 21:17:10 +0000 (22:17 +0100)
Include both the path and filename of pci.ids in the pci.ids man page
and the update-pciids man page

Makefile
pci.ids.man
update-pciids.man

index 82292a79bdf35a0622aa79ff7059dc04afff85e8..17a8630933e7a3ba9dc116928cb1c6a7a8fe684e 100644 (file)
--- 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
index b8385d007b61a5edd626e4f04b37f7dec53d2289..62abe5161b57eb8982b01b9121aa624596c7a13e 100644 (file)
@@ -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),
index 3a002d8715778b348ddc74eaede975c313cb5dd4..34d31d44ef6ed616c97c38d0aa63e5e8c335a588 100644 (file)
@@ -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