diff options
author | Lv Zheng <lv.zheng@intel.com> | 2015-07-01 02:45:05 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-07-01 17:17:55 -0400 |
commit | 63c43812ee99efe7903955bae8cd928e9582477a (patch) | |
tree | 35aa58d3889036404e150b2c5124619c89fe1856 /tools | |
parent | 4fb80c3769b707524b0f2f6843633c6bd2131afc (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.8 | 17 |
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 |
23 | Dump tables to binary files | 23 | Dump tables to binary files |
24 | .TP | 24 | .TP |
25 | .B \-c | ||
26 | Dump customized tables | ||
27 | .TP | ||
28 | .B \-h \-? | 25 | .B \-h \-? |
29 | This help message | 26 | This help message |
30 | .TP | 27 | .TP |
@@ -48,15 +45,25 @@ Verbose mode | |||
48 | .B \-a <Address> | 45 | .B \-a <Address> |
49 | Get table via a physical address | 46 | Get table via a physical address |
50 | .TP | 47 | .TP |
48 | .B \-c <on|off> | ||
49 | Turning on/off customized table dumping | ||
50 | .TP | ||
51 | .B \-f <BinaryFile> | 51 | .B \-f <BinaryFile> |
52 | Get table via a binary file | 52 | Get table via a binary file |
53 | .TP | 53 | .TP |
54 | .B \-n <Signature> | 54 | .B \-n <Signature> |
55 | Get table via a name/signature | 55 | Get table via a name/signature |
56 | .TP | 56 | .TP |
57 | Invocation without parameters dumps all available tables | 57 | .B \-x |
58 | Do not use but dump XSDT | ||
59 | .TP | ||
60 | .B \-x \-x | ||
61 | Do not use or dump XSDT | ||
62 | .TP | ||
63 | .fi | ||
64 | Invocation without parameters dumps all available tables. | ||
58 | .TP | 65 | .TP |
59 | Multiple mixed instances of -a, -f, and -n are supported | 66 | Multiple mixed instances of -a, -f, and -n are supported. |
60 | 67 | ||
61 | .SH EXAMPLES | 68 | .SH EXAMPLES |
62 | 69 | ||