diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-07-01 07:35:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-07-01 07:35:46 +0200 |
commit | 918cb8282368af58f874b48d71080fc7b56d181f (patch) | |
tree | 562e5ff7ed2412b9d9d1da55d00ad41b74c2914f /man/biosdecode.8 | |
parent | b7d4565aa646ee1535e46f42e629fdf6d73c4067 (diff) | |
parent | 30a8033ebd787fdda0c71b7afd9dd153c41acc82 (diff) |
Merge branch 'release/debian/3.4-1'debian/3.4-1
Diffstat (limited to 'man/biosdecode.8')
-rw-r--r-- | man/biosdecode.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/biosdecode.8 b/man/biosdecode.8 index cf7d4db..b0996d7 100644 --- a/man/biosdecode.8 +++ b/man/biosdecode.8 @@ -5,7 +5,7 @@ biosdecode \- \s-1BIOS\s0 information decoder .\" .SH SYNOPSIS .B biosdecode -.RB [ OPTIONS ] +.RI [ OPTIONS ] .\" .SH DESCRIPTION .B biosdecode @@ -59,11 +59,12 @@ program. .\" .SH OPTIONS .TP -.BR "-d" ", " "--dev-mem FILE" -Read memory from device \fBFILE\fR (default: \fB/dev/mem\fR) +.BR "-d" ", " "--dev-mem \fIFILE\fP" +Read memory from device \fIFILE\fP (default: \fI/dev/mem\fP) .TP -.BR " " " " "--pir full" -Decode the details of the PCI IRQ routing table +.BR " " " " "--pir \fBfull\fP" +Decode the details of the PCI IRQ routing table. +Only \fBfull\fP mode is supported. .TP .BR "-h" ", " "--help" Display usage information and exit |