From: Martin Mares Date: Sat, 6 Apr 2002 12:08:26 +0000 (+0000) Subject: lspci: mention "-xxx" option in the help. X-Git-Tag: v3.0.0~191 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f095247401d6e9a80fff02540f013c471f8156c5;p=pciutils.git lspci: mention "-xxx" option in the help. --- diff --git a/ChangeLog b/ChangeLog index 69011fb..9a91bf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-06 Martin Mares + + * lspci.c: Mention "-xxx" in the help. + 2002-03-30 Martin Mares * Released as 2.1.10. diff --git a/lspci.c b/lspci.c index f4f53ee..16a69af 100644 --- a/lspci.c +++ b/lspci.c @@ -1,5 +1,5 @@ /* - * $Id: lspci.c,v 1.41 2002/03/30 15:39:24 mj Exp $ + * $Id: lspci.c,v 1.42 2002/04/06 12:08:26 mj Exp $ * * Linux PCI Utilities -- List All PCI Devices * @@ -34,7 +34,8 @@ Usage: lspci []\n\ -v\t\tBe verbose\n\ -n\t\tShow numeric ID's\n\ -b\t\tBus-centric view (PCI addresses and IRQ's instead of those seen by the CPU)\n\ --x\t\tShow hex-dump of config space\n\ +-x\t\tShow hex-dump of the standard portion of config space\n\ +-xxx\t\tShow hex-dump of the whole config space (dangerous; root only)\n\ -s [[]:][][.[]]\tShow only devices in selected slots\n\ -d []:[]\tShow only selected devices\n\ -t\t\tShow bus tree\n\