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