diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:28:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:28:19 +0000 |
commit | 7cf264f01ce788d09b9cacefb7039a3ac2e0c454 (patch) | |
tree | 392bee74d0652cac2c3677da3268bedc14791293 /man/dmidecode.8 | |
parent | Adding upstream version 3.5. (diff) | |
download | dmidecode-upstream.tar.xz dmidecode-upstream.zip |
Adding upstream version 3.6.upstream/3.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/dmidecode.8')
-rw-r--r-- | man/dmidecode.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/dmidecode.8 b/man/dmidecode.8 index 83affc2..77c89a5 100644 --- a/man/dmidecode.8 +++ b/man/dmidecode.8 @@ -127,6 +127,10 @@ typically from files under .IR /sys/devices/virtual/dmi/id . Most of these files are even readable by regular users. .TP +.BR " " " " "--list-strings" +List available string keywords, which can then be passed to the \fB--string\fP +option. +.TP .BR "-t" ", " "--type \fITYPE\fP" Only display the entries of type \fITYPE\fP. It can be either a \s-1DMI\s0 type number, or a comma-separated list of type numbers, or a @@ -150,6 +154,10 @@ is printed and .B dmidecode exits with an error. .TP +.BR " " " " "--list-types" +List available type keywords, which can then be passed to the \fB--type\fP +option. +.TP .BR "-H" ", " "--handle \fIHANDLE\fP" Only display the entry whose handle matches \fIHANDLE\fP. \fIHANDLE\fP is a 16-bit integer. |