diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-03 08:18:38 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-03 08:18:38 +0200 | 
| commit | b74b05f4235b07a6332736eb0892aac03d6adb3b (patch) | |
| tree | 265532e1b5f02c2d434153ac9d0aa643d169e384 /man | |
| parent | 85e233a539b5450d6bfc9ebd18142527a7114ffe (diff) | |
| parent | d04c43164be5f5a87a52c523fe77b728ea6f3228 (diff) | |
Merge branch 'feature/upstream' into develop
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 | 
