Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lv Zheng and committed by
Rafael J. Wysocki
63c43812 4fb80c37

+12 -5
+12 -5
tools/power/acpi/man/acpidump.8
··· 22 22 .B \-b 23 23 Dump tables to binary files 24 24 .TP 25 - .B \-c 26 - Dump customized tables 27 - .TP 28 25 .B \-h \-? 29 26 This help message 30 27 .TP ··· 45 48 .B \-a <Address> 46 49 Get table via a physical address 47 50 .TP 51 + .B \-c <on|off> 52 + Turning on/off customized table dumping 53 + .TP 48 54 .B \-f <BinaryFile> 49 55 Get table via a binary file 50 56 .TP 51 57 .B \-n <Signature> 52 58 Get table via a name/signature 53 59 .TP 54 - Invocation without parameters dumps all available tables 60 + .B \-x 61 + Do not use but dump XSDT 55 62 .TP 56 - Multiple mixed instances of -a, -f, and -n are supported 63 + .B \-x \-x 64 + Do not use or dump XSDT 65 + .TP 66 + .fi 67 + Invocation without parameters dumps all available tables. 68 + .TP 69 + Multiple mixed instances of -a, -f, and -n are supported. 57 70 58 71 .SH EXAMPLES 59 72