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

f5c53a
From 2c235e6bf21e30b8e2da4d20f358df1e540a5b69 Mon Sep 17 00:00:00 2001
f5c53a
From: Lyonel Vincent <lyonel@ezix.org>
f5c53a
Date: Thu, 15 Oct 2020 14:11:58 +0200
f5c53a
Subject: [PATCH 17/18] update man page
f5c53a
f5c53a
add `-notime` option
f5c53a
f5c53a
---
f5c53a
 src/lshw.1    | 9 ++++++---
f5c53a
 src/lshw.sgml | 5 +++++
f5c53a
 2 files changed, 11 insertions(+), 3 deletions(-)
f5c53a
f5c53a
diff --git a/src/lshw.1 b/src/lshw.1
f5c53a
index 79c36197c32d..ae6fa34cea50 100644
f5c53a
--- a/src/lshw.1
f5c53a
+++ b/src/lshw.1
f5c53a
@@ -1,5 +1,5 @@
f5c53a
 .\" auto-generated by docbook2man-spec from docbook-utils package
f5c53a
-.TH "LSHW" "1" "28 January 2018" "$Rev$" ""
f5c53a
+.TH "LSHW" "1" "15 October 2020" "$Rev$" ""
f5c53a
 .SH NAME
f5c53a
 lshw \- list hardware
f5c53a
 .SH SYNOPSIS
f5c53a
@@ -10,7 +10,7 @@ lshw \- list hardware
f5c53a
 .sp
f5c53a
 \fBlshw\fR [ \fB-X\fR ] 
f5c53a
 .sp
f5c53a
-\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 ] 
f5c53a
+\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 ] 
f5c53a
 .SH "DESCRIPTION"
f5c53a
 .PP
f5c53a
 
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
-Display output and dump collected information into a file (SQLite database).
f5c53a
+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
@@ -74,6 +74,9 @@ Remove potentially sensitive information from output (IP addresses, serial numbe
f5c53a
 .TP
f5c53a
 \fB-numeric\fR
f5c53a
 Also display numeric IDs (for PCI and USB devices).
f5c53a
+.TP
f5c53a
+\fB-notime\fR
f5c53a
+Exclude volatile attributes (timestamps) from output.
f5c53a
 .SH "BUGS"
f5c53a
 .PP
f5c53a
 \fBlshw\fR currently does not detect 
f5c53a
diff --git a/src/lshw.sgml b/src/lshw.sgml
f5c53a
index 8c1c49e0898b..5e92cbfd4665 100644
f5c53a
--- a/src/lshw.sgml
f5c53a
+++ b/src/lshw.sgml
f5c53a
@@ -43,6 +43,7 @@ list hardware
f5c53a
 	<arg choice="opt"><option>-sanitize</option></arg>
f5c53a
 	<arg choice="opt"><option>-numeric</option></arg>
f5c53a
 	<arg choice="opt"><option>-quiet</option></arg>
f5c53a
+	<arg choice="opt"><option>-notime</option></arg>
f5c53a
    </cmdsynopsis>
f5c53a
 </refsynopsisdiv>
f5c53a
 
f5c53a
@@ -126,6 +127,10 @@ Remove potentially sensitive information from output (IP addresses, serial numbe
f5c53a
 <listitem><para>
f5c53a
 Also display numeric IDs (for PCI and USB devices).
f5c53a
 </para></listitem></varlistentry>
f5c53a
+<varlistentry><term>-notime</term>
f5c53a
+<listitem><para>
f5c53a
+Exclude volatile attributes (timestamps) from output.
f5c53a
+</para></listitem></varlistentry>
f5c53a
 </variablelist>
f5c53a
 </para>
f5c53a
 
f5c53a
-- 
f5c53a
2.17.1
f5c53a