summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJerry Hoemann <jerry.hoemann@hpe.com>2018-07-03 09:55:57 +0200
committerJean Delvare <jdelvare@suse.de>2018-07-03 09:55:57 +0200
commita40f10bcae68caf6fd00379c06f92f34ba5c8d07 (patch)
treed486220dad3e2ace91224f8e38b5582fa0adbf8c /man
parent29e626f6ed3edb72ebd2ca3fe0e1fbd956ab71a1 (diff)
downloaddmidecode-git-a40f10bcae68caf6fd00379c06f92f34ba5c8d07.tar.gz
dmidecode: Add option to filter output based upon handle
Add option "--handle HANDLE" to dmiopt to allow user to filter output to only those entry that matches HANDLE. Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'man')
-rw-r--r--man/dmidecode.84
1 files changed, 4 insertions, 0 deletions
diff --git a/man/dmidecode.8 b/man/dmidecode.8
index e3b6b2a..df861e1 100644
--- a/man/dmidecode.8
+++ b/man/dmidecode.8
@@ -115,6 +115,10 @@ is printed and
.B dmidecode
exits with an error.
.TP
+.BR "-H" ", " "--handle HANDLE"
+Only display the entry whose handle matches \fBHANDLE\fR. \fBHANDLE\fR
+is a 16-bit integer.
+.TP
.BR "-u" ", " "--dump"
Do not decode the entries, dump their contents as hexadecimal instead.
Note that this is still a text output, no binary data will be thrown upon