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

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