Commit 63c43812 authored by Lv Zheng's avatar Lv Zheng Committed by Rafael J. Wysocki

ACPI / acpidump: Update acpidump manual

This patch updates acpidump manual according to the recent changes.
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 4fb80c37
...@@ -22,9 +22,6 @@ acpidump options are as follow: ...@@ -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 ...@@ -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
.B \-x \-x
Do not use or dump XSDT
.TP
.fi
Invocation without parameters dumps all available tables.
.TP .TP
Multiple mixed instances of -a, -f, and -n are supported Multiple mixed instances of -a, -f, and -n are supported.
.SH EXAMPLES .SH EXAMPLES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment