diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-03 08:05:59 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-03 08:05:59 +0200 | 
| commit | bacae0071984c60d92ec6a15fc1560186f8aad32 (patch) | |
| tree | 5d8e0742dfef7e237419018f84f2380ac3efc136 /man | |
| parent | 85e233a539b5450d6bfc9ebd18142527a7114ffe (diff) | |
| parent | 7c994b7f6bda56308e5f1d50651d5951de92198f (diff) | |
Update upstream source from tag 'upstream/3.2'
Update to upstream version '3.2'
with Debian dir 3fa673caf263a3f5704adb0ac42dd3c9852ddd38
Diffstat (limited to 'man')
| -rw-r--r-- | man/biosdecode.8 | 3 | ||||
| -rw-r--r-- | man/dmidecode.8 | 6 | 
2 files changed, 8 insertions, 1 deletions
| diff --git a/man/biosdecode.8 b/man/biosdecode.8 index c39d6a0..a96eb68 100644 --- a/man/biosdecode.8 +++ b/man/biosdecode.8 @@ -60,6 +60,9 @@ program.  .BR "-d" ", " "--dev-mem FILE"  Read memory from device \fBFILE\fR (default: \fB/dev/mem\fR)  .TP +.BR "  " "  " "--pir full" +Decode the details of the PCI IRQ routing table +.TP  .BR "-h" ", " "--help"  Display usage information and exit  .TP diff --git a/man/dmidecode.8 b/man/dmidecode.8 index bef204e..df861e1 100644 --- a/man/dmidecode.8 +++ b/man/dmidecode.8 @@ -74,7 +74,7 @@ Only display the value of the \s-1DMI\s0 string identified by \fBKEYWORD\fR.  \fBbios-version\fR, \fBbios-release-date\fR,  \fBsystem-manufacturer\fR, \fBsystem-product-name\fR,  \fBsystem-version\fR, \fBsystem-serial-number\fR, -\fBsystem-uuid\fR, +\fBsystem-uuid\fR, \fBsystem-family\fR,  \fBbaseboard-manufacturer\fR, \fBbaseboard-product-name\fR,  \fBbaseboard-version\fR, \fBbaseboard-serial-number\fR,  \fBbaseboard-asset-tag\fR, \fBchassis-manufacturer\fR, @@ -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 | 
