Blame SOURCES/0017-update-man-page.patch

f3fb5a
From 2c235e6bf21e30b8e2da4d20f358df1e540a5b69 Mon Sep 17 00:00:00 2001
f3fb5a
From: Lyonel Vincent <lyonel@ezix.org>
f3fb5a
Date: Thu, 15 Oct 2020 14:11:58 +0200
f3fb5a
Subject: [PATCH 17/18] update man page
f3fb5a
f3fb5a
add `-notime` option
f3fb5a
f3fb5a
---
f3fb5a
 src/lshw.1    | 9 ++++++---
f3fb5a
 src/lshw.sgml | 5 +++++
f3fb5a
 2 files changed, 11 insertions(+), 3 deletions(-)
f3fb5a
f3fb5a
diff --git a/src/lshw.1 b/src/lshw.1
f3fb5a
index 79c36197c32d..ae6fa34cea50 100644
f3fb5a
--- a/src/lshw.1
f3fb5a
+++ b/src/lshw.1
f3fb5a
@@ -1,5 +1,5 @@
f3fb5a
 .\" auto-generated by docbook2man-spec from docbook-utils package
f3fb5a
-.TH "LSHW" "1" "28 January 2018" "$Rev$" ""
f3fb5a
+.TH "LSHW" "1" "15 October 2020" "$Rev$" ""
f3fb5a
 .SH NAME
f3fb5a
 lshw \- list hardware
f3fb5a
 .SH SYNOPSIS
f3fb5a
@@ -10,7 +10,7 @@ lshw \- list hardware
f3fb5a
 .sp
f3fb5a
 \fBlshw\fR [ \fB-X\fR ] 
f3fb5a
 .sp
f3fb5a
-\fBlshw\fR [ \fB [ -html ]  [ -short ]  [ -xml ]  [ -json ]  [ -businfo ] \fR ]  [ \fB-dump \fIfilename\fB\fR ]  [ \fB-class \fIclass\fB\fR\fI...\fR ]  [ \fB-disable \fItest\fB\fR\fI...\fR ]  [ \fB-enable \fItest\fB\fR\fI...\fR ]  [ \fB-sanitize\fR ]  [ \fB-numeric\fR ]  [ \fB-quiet\fR ] 
f3fb5a
+\fBlshw\fR [ \fB [ -html ]  [ -short ]  [ -xml ]  [ -json ]  [ -businfo ] \fR ]  [ \fB-dump \fIfilename\fB\fR ]  [ \fB-class \fIclass\fB\fR\fI...\fR ]  [ \fB-disable \fItest\fB\fR\fI...\fR ]  [ \fB-enable \fItest\fB\fR\fI...\fR ]  [ \fB-sanitize\fR ]  [ \fB-numeric\fR ]  [ \fB-quiet\fR ]  [ \fB-notime\fR ] 
f3fb5a
 .SH "DESCRIPTION"
f3fb5a
 .PP
f3fb5a
 
f3fb5a
@@ -53,7 +53,7 @@ Outputs the device tree showing hardware paths, very much like the output of HP-
f3fb5a
 Outputs the device list showing bus information, detailing SCSI, USB, IDE and PCI addresses.
f3fb5a
 .TP
f3fb5a
 \fB-dump \fIfilename\fB\fR
f3fb5a
-Display output and dump collected information into a file (SQLite database).
f3fb5a
+Dump collected information into a file (SQLite database).
f3fb5a
 .TP
f3fb5a
 \fB-class \fIclass\fB\fR
f3fb5a
 Only show the given class of hardware. \fIclass\fR can be found using \fBlshw -short\fR or \fBlshw -businfo\fR\&.
f3fb5a
@@ -74,6 +74,9 @@ Remove potentially sensitive information from output (IP addresses, serial numbe
f3fb5a
 .TP
f3fb5a
 \fB-numeric\fR
f3fb5a
 Also display numeric IDs (for PCI and USB devices).
f3fb5a
+.TP
f3fb5a
+\fB-notime\fR
f3fb5a
+Exclude volatile attributes (timestamps) from output.
f3fb5a
 .SH "BUGS"
f3fb5a
 .PP
f3fb5a
 \fBlshw\fR currently does not detect 
f3fb5a
diff --git a/src/lshw.sgml b/src/lshw.sgml
f3fb5a
index 8c1c49e0898b..5e92cbfd4665 100644
f3fb5a
--- a/src/lshw.sgml
f3fb5a
+++ b/src/lshw.sgml
f3fb5a
@@ -43,6 +43,7 @@ list hardware
f3fb5a
 	<arg choice="opt"><option>-sanitize</option></arg>
f3fb5a
 	<arg choice="opt"><option>-numeric</option></arg>
f3fb5a
 	<arg choice="opt"><option>-quiet</option></arg>
f3fb5a
+	<arg choice="opt"><option>-notime</option></arg>
f3fb5a
    </cmdsynopsis>
f3fb5a
 </refsynopsisdiv>
f3fb5a
 
f3fb5a
@@ -126,6 +127,10 @@ Remove potentially sensitive information from output (IP addresses, serial numbe
f3fb5a
 <listitem><para>
f3fb5a
 Also display numeric IDs (for PCI and USB devices).
f3fb5a
 </para></listitem></varlistentry>
f3fb5a
+<varlistentry><term>-notime</term>
f3fb5a
+<listitem><para>
f3fb5a
+Exclude volatile attributes (timestamps) from output.
f3fb5a
+</para></listitem></varlistentry>
f3fb5a
 </variablelist>
f3fb5a
 </para>
f3fb5a
 
f3fb5a
-- 
f3fb5a
2.17.1
f3fb5a