diff options
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 |