From f54a30ec01cc4173707720821056b99464e7e245 Mon Sep 17 00:00:00 2001 From: Lyonel Vincent Date: Thu, 20 Dec 2018 15:49:41 +0100 Subject: [PATCH 5/8] apply Github PR42 Fix typos --- docs/Changelog | 4 ++-- src/lshw.1 | 6 +++--- src/lshw.sgml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/Changelog b/docs/Changelog index 924b146cb523..c11ddb2dcc4a 100644 --- a/docs/Changelog +++ b/docs/Changelog @@ -83,7 +83,7 @@ fixed a portability problem with GTK+ [1099] * B.02.05 added support for DVD writers - improved GUI usability (thanks to OpenUsability volonteers: Tina Trillitzsch and Florian Graessle) + improved GUI usability (thanks to OpenUsability volunteers: Tina Trillitzsch and Florian Graessle) many new SVG icons added a logo for LSHW (used as icon for gtk-lshw's windows) build system updates @@ -209,6 +209,6 @@ fixes for GCC 3.2 * T.00.02 second public test release - PCI busses listing + PCI buses listing * T.00.01 first public test release diff --git a/src/lshw.1 b/src/lshw.1 index 43e4eacd75a2..43239da0bb44 100644 --- a/src/lshw.1 +++ b/src/lshw.1 @@ -101,10 +101,10 @@ A list of all known PCI ID's (vendors, devices, classes and subclasses). If compiled with zlib support, lshw will look for \fIpci.ids.gz\fR first, then for \fIpci.ids\fR\&. .TP \fB/proc/bus/pci/*\fR -Used to access the configuration of installed PCI busses and devices. +Used to access the configuration of installed PCI buses and devices. .TP \fB/proc/ide/*\fR -Used to access the configuration of installed IDE busses and devices. +Used to access the configuration of installed IDE buses and devices. .TP \fB/proc/scsi/*, /dev/sg*\fR Used to access the configuration of installed SCSI devices. @@ -116,7 +116,7 @@ Used on x86 platforms to access CPU-specific configuration. Used on PowerPC platforms to access OpenFirmware configuration. .TP \fB/proc/bus/usb/*\fR -Used to access the configuration of installed USB busses and devices. +Used to access the configuration of installed USB buses and devices. .TP \fB/sys/*\fR Used on 2.6 kernels to access hardware/driver configuration information. diff --git a/src/lshw.sgml b/src/lshw.sgml index 2f3a3ac1ab92..8c1c49e0898b 100644 --- a/src/lshw.sgml +++ b/src/lshw.sgml @@ -171,12 +171,12 @@ If compiled with zlib support, lshw will look for pci.ids.gz/proc/bus/pci/* -Used to access the configuration of installed PCI busses and devices. +Used to access the configuration of installed PCI buses and devices. /proc/ide/* -Used to access the configuration of installed IDE busses and devices. +Used to access the configuration of installed IDE buses and devices. /proc/scsi/*, /dev/sg* @@ -196,7 +196,7 @@ Used on PowerPC platforms to access OpenFirmware configuration. /proc/bus/usb/* -Used to access the configuration of installed USB busses and devices. +Used to access the configuration of installed USB buses and devices. /sys/* -- 2.17.1