diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-03-15 15:10:24 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-03-15 15:10:24 +0100 | 
| commit | b2d8dd95ef4c73266f0db2b3cb74ba6bd7f0f6c8 (patch) | |
| tree | a9e789271d3509d44d21aedc1a358eba659ed759 /man | |
| parent | abf98f6ec0ce25c284fbe71bdd56571ea7df5672 (diff) | |
| parent | 67edb6d3e91421bc50fd51baa1f4ce214efb98c7 (diff) | |
Update upstream source from tag 'upstream/3.5'
Update to upstream version '3.5'
with Debian dir db72f513f576b87fa257bef85b31b2c78cf42647
Diffstat (limited to 'man')
| -rw-r--r-- | man/dmidecode.8 | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/man/dmidecode.8 b/man/dmidecode.8 index ed066b3..83affc2 100644 --- a/man/dmidecode.8 +++ b/man/dmidecode.8 @@ -1,4 +1,4 @@ -.TH DMIDECODE 8 "January 2019" "dmidecode" +.TH DMIDECODE 8 "February 2023" "dmidecode"  .\"  .SH NAME  dmidecode \- \s-1DMI\s0 table decoder @@ -70,6 +70,11 @@ Read memory from device \fIFILE\fP (default: \fI/dev/mem\fP)  Be less verbose. Unknown, inactive and \s-1OEM\s0-specific entries are not  displayed. Meta-data and handle references are hidden.  .TP +.BR "  " "  " "--no-quirks" +Decode everything exactly as it is in the table, without trying to fix up +common mistakes or hide irrelevant fields. +This mode is primarily aimed at firmware developers. +.TP  .BR "-s" ", " "--string \fIKEYWORD\fP"  Only display the value of the \s-1DMI\s0 string identified by \fIKEYWORD\fP.  It must be a keyword from the following list: @@ -159,6 +164,7 @@ hexadecimal and \s-1ASCII\s0. This option is mainly useful for debugging.  Do not decode the entries, instead dump the DMI data to a file in binary  form. The generated file is suitable to pass to \fB--from-dump\fP  later. +\fIFILE\fP must not exist.  .TP  .BR "  " "  " "--from-dump \fIFILE\fP"  Read the DMI data from a binary file previously generated using | 
