ACPI / acpidump: Update acpidump manual

This patch updates acpidump manual according to the recent changes.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Lv Zheng 2015-07-01 14:45:05 +08:00 committed by Rafael J. Wysocki
parent 4fb80c3769
commit 63c43812ee

View file

@ -22,9 +22,6 @@ acpidump options are as follow:
.B \-b .B \-b
Dump tables to binary files Dump tables to binary files
.TP .TP
.B \-c
Dump customized tables
.TP
.B \-h \-? .B \-h \-?
This help message This help message
.TP .TP
@ -48,15 +45,25 @@ Verbose mode
.B \-a <Address> .B \-a <Address>
Get table via a physical address Get table via a physical address
.TP .TP
.B \-c <on|off>
Turning on/off customized table dumping
.TP
.B \-f <BinaryFile> .B \-f <BinaryFile>
Get table via a binary file Get table via a binary file
.TP .TP
.B \-n <Signature> .B \-n <Signature>
Get table via a name/signature Get table via a name/signature
.TP .TP
Invocation without parameters dumps all available tables .B \-x
Do not use but dump XSDT
.TP .TP
Multiple mixed instances of -a, -f, and -n are supported .B \-x \-x
Do not use or dump XSDT
.TP
.fi
Invocation without parameters dumps all available tables.
.TP
Multiple mixed instances of -a, -f, and -n are supported.
.SH EXAMPLES .SH EXAMPLES