ACK: [PATCH 1/2] doc: add new --dump-acpi-from-sysfs option
Colin Ian King
colin.king at canonical.com
Mon Jun 22 14:09:11 UTC 2020
On 19/06/2020 07:30, Ivan Hu wrote:
> This new option allows one to specify the dumping acpi log default from
> syslfs.
> For example,
> fwts --dump --dump-acpi-from-sysfs
>
> Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
> ---
> doc/fwts.1 | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index a2884dae..3cac7d58 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -117,6 +117,9 @@ cpuinfo.log \- containing the output from cat /proc/cpuinfo
> .br
> README.txt \- containing a timestamp and kernel version information.
> .TP
> +.B \-\-dump-acpi-from-sysfs
All - should be escaped, e.g.:
+.B \-\-dump\-acpi\-from\-sysfs
Can that be fixed before applying?
> +specify dumping acpi table log default from sysfs.
> +.TP
> .B \-\-dumpfile=acpidump.log
> load ACPI tables from output generated from acpidump or from sudo fwts \-\-dump. The
> latter is preferred as fwts \-\-dump is able to dump more tables than acpidump. This
>
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list