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