diff options
| -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 | ||
