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

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