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