From 46ea554d56ce1fddc1b4ca34483a1e8ea0dcc18a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 23 Aug 2005 18:33:44 +0000 Subject: [PATCH] Spelling fixes. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-72 --- ChangeLog | 2 ++ README | 2 +- TODO | 4 ---- lspci.c | 2 +- setpci.man | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27bc5c4..93f7520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-23 Martin Mares + * setpci.man, lspci.c, README: prefer spelling "buses" over "busses". + * lspci.c: If alloca() is not available, use xmalloc(), not malloc(). * lib/configure: Added x86_64 on Linux. diff --git a/README b/README index 26bfa58..e47ddfc 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ include them in the next version). The utilities include: (See manual pages for more details) - - lspci: displays detailed information about all PCI busses and devices. + - lspci: displays detailed information about all PCI buses and devices. - setpci: allows to read from and write to PCI device configuration registers. For example, you can adjust the latency timers with it. diff --git a/TODO b/TODO index 158602c..ff4a199 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,8 @@ - lspci: don't die when non-root tries to dump cardbus data; mention the "available only to root" things in the man page. And possibly adjust exit code. -- pci.ids: "Unknown mass storage controller" -> "Mass storage controller". - - names.c: rewrite -- spelling: buses x busses - - update the web page - unused parameter warnings diff --git a/lspci.c b/lspci.c index e811b9e..c6c4dfb 100644 --- a/lspci.c +++ b/lspci.c @@ -1806,7 +1806,7 @@ show(void) struct bridge { struct bridge *chain; /* Single-linked list of bridges */ struct bridge *next, *child; /* Tree of bridges */ - struct bus *first_bus; /* List of busses connected to this bridge */ + struct bus *first_bus; /* List of buses connected to this bridge */ unsigned int domain; unsigned int primary, secondary, subordinate; /* Bus numbers */ struct device *br_dev; diff --git a/setpci.man b/setpci.man index 5dda248..6eb2bde 100644 --- a/setpci.man +++ b/setpci.man @@ -197,7 +197,7 @@ Increase debug level of the library. (All systems) .PP `setpci -d *:* latency_timer=40' sets the latency timer to 64 (40 hexadecimal). .PP -`setpci -s 0 device_id vendor_id' lists ID's of devices in slot 0 in all busses. +`setpci -s 0 device_id vendor_id' lists ID's of devices in slot 0 in all buses. .PP `setpci -s 12:3.4 3c.l=1,2,3' writes longword 1 to register 3c, 2 to register 3d and 3 to register 3e of device at bus 12, slot 3, function 4. -- 2.39.2