|
|
121cca |
From 56f1de9d1e4d6ff92d98530c0d3d91b353a311b9 Mon Sep 17 00:00:00 2001
|
|
|
121cca |
From: Lyonel Vincent <lyonel@ezix.org>
|
|
|
121cca |
Date: Thu, 15 Oct 2020 14:22:05 +0200
|
|
|
121cca |
Subject: [PATCH 39/65] fix man page after previous update
|
|
|
121cca |
|
|
|
121cca |
SGML source was not in sync with man page
|
|
|
121cca |
---
|
|
|
121cca |
src/lshw.1 | 2 +-
|
|
|
121cca |
src/lshw.sgml | 2 +-
|
|
|
121cca |
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
121cca |
|
|
|
121cca |
diff --git a/src/lshw.1 b/src/lshw.1
|
|
|
121cca |
index ae6fa34..74b0e42 100644
|
|
|
121cca |
--- a/src/lshw.1
|
|
|
121cca |
+++ b/src/lshw.1
|
|
|
121cca |
@@ -53,7 +53,7 @@ Outputs the device tree showing hardware paths, very much like the output of HP-
|
|
|
121cca |
Outputs the device list showing bus information, detailing SCSI, USB, IDE and PCI addresses.
|
|
|
121cca |
.TP
|
|
|
121cca |
\fB-dump \fIfilename\fB\fR
|
|
|
121cca |
-Dump collected information into a file (SQLite database).
|
|
|
121cca |
+Display output and dump collected information into a file (SQLite database).
|
|
|
121cca |
.TP
|
|
|
121cca |
\fB-class \fIclass\fB\fR
|
|
|
121cca |
Only show the given class of hardware. \fIclass\fR can be found using \fBlshw -short\fR or \fBlshw -businfo\fR\&.
|
|
|
121cca |
diff --git a/src/lshw.sgml b/src/lshw.sgml
|
|
|
121cca |
index 5e92cbf..d190279 100644
|
|
|
121cca |
--- a/src/lshw.sgml
|
|
|
121cca |
+++ b/src/lshw.sgml
|
|
|
121cca |
@@ -101,7 +101,7 @@ Outputs the device list showing bus information, detailing <productname>SCSI
|
|
|
121cca |
</para></listitem></varlistentry>
|
|
|
121cca |
<varlistentry><term>-dump <replaceable class="parameter">filename</replaceable></term>
|
|
|
121cca |
<listitem><para>
|
|
|
121cca |
-Dump collected information into a file (SQLite database).
|
|
|
121cca |
+Display output and dump collected information into a file (SQLite database).
|
|
|
121cca |
</para></listitem></varlistentry>
|
|
|
121cca |
<varlistentry><term>-class <replaceable class="parameter">class</replaceable></term>
|
|
|
121cca |
<listitem><para>
|
|
|
121cca |
--
|
|
|
121cca |
2.33.1
|
|
|
121cca |
|