aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2015-07-01 02:45:05 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-07-01 17:17:55 -0400
commit63c43812ee99efe7903955bae8cd928e9582477a (patch)
tree35aa58d3889036404e150b2c5124619c89fe1856 /tools
parent4fb80c3769b707524b0f2f6843633c6bd2131afc (diff)
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/power/acpi/man/acpidump.817
1 files changed, 12 insertions, 5 deletions
diff --git a/tools/power/acpi/man/acpidump.8 b/tools/power/acpi/man/acpidump.8
index 38f095d86b52..79e2d1d435d1 100644
--- a/tools/power/acpi/man/acpidump.8
+++ b/tools/power/acpi/man/acpidump.8
@@ -22,9 +22,6 @@ acpidump options are as follow:
22.B \-b 22.B \-b
23Dump tables to binary files 23Dump tables to binary files
24.TP 24.TP
25.B \-c
26Dump customized tables
27.TP
28.B \-h \-? 25.B \-h \-?
29This help message 26This help message
30.TP 27.TP
@@ -48,15 +45,25 @@ Verbose mode
48.B \-a <Address> 45.B \-a <Address>
49Get table via a physical address 46Get table via a physical address
50.TP 47.TP
48.B \-c <on|off>
49Turning on/off customized table dumping
50.TP
51.B \-f <BinaryFile> 51.B \-f <BinaryFile>
52Get table via a binary file 52Get table via a binary file
53.TP 53.TP
54.B \-n <Signature> 54.B \-n <Signature>
55Get table via a name/signature 55Get table via a name/signature
56.TP 56.TP
57Invocation without parameters dumps all available tables 57.B \-x
58Do not use but dump XSDT
59.TP
60.B \-x \-x
61Do not use or dump XSDT
62.TP
63.fi
64Invocation without parameters dumps all available tables.
58.TP 65.TP
59Multiple mixed instances of -a, -f, and -n are supported 66Multiple mixed instances of -a, -f, and -n are supported.
60 67
61.SH EXAMPLES 68.SH EXAMPLES
62 69