Blame SOURCES/0018-fix-man-page-after-previous-update.patch

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