diff mbox

[6/6] doc: add --acpica option to man page

Message ID 1373364197-14442-7-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 9, 2013, 10:03 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 doc/fwts.1 | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Keng-Yu Lin July 11, 2013, 9:54 a.m. UTC | #1
On Tue, Jul 9, 2013 at 6:03 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  doc/fwts.1 | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 187751c..520572a 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -60,6 +60,14 @@ fwts options are as follow:
>  .B \-
>  output results to stdout.
>  .TP
> +.B \-\-acpica
> +enable ACPICA execution mode options. These can be specified as a comma separated
> +list of one or more options.  Avaiable options are: serialized (serialized execution
> +of AML), slack (run in less pedeantic mode), ignore\-errors (ignore ACPICA exception
> +errors), disable\-auto\-repair (disable ACPICA from automatically fixing broken ACPICA controls).
> +Note that the slack mode will turn on implicit returns of zero on control methods to attempt
> +to allow buggy AML to work on non-Windows systems.
> +.TP
>  .B \-\-acpica\-debug
>  enable ACPICA debug warning and error messages when invoking the ACPICA subsystem. This is mainly
>  for fwts developers to help track down any ACPICA interfacing issues with fwts.
> --
> 1.8.1.2
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Alex Hung July 12, 2013, 2:43 a.m. UTC | #2
On 07/09/2013 06:03 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   doc/fwts.1 | 8 ++++++++
>   1 file changed, 8 insertions(+)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 187751c..520572a 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -60,6 +60,14 @@ fwts options are as follow:
>   .B \-
>   output results to stdout.
>   .TP
> +.B \-\-acpica
> +enable ACPICA execution mode options. These can be specified as a comma separated
> +list of one or more options.  Avaiable options are: serialized (serialized execution
> +of AML), slack (run in less pedeantic mode), ignore\-errors (ignore ACPICA exception
> +errors), disable\-auto\-repair (disable ACPICA from automatically fixing broken ACPICA controls).
> +Note that the slack mode will turn on implicit returns of zero on control methods to attempt
> +to allow buggy AML to work on non-Windows systems.
> +.TP
>   .B \-\-acpica\-debug
>   enable ACPICA debug warning and error messages when invoking the ACPICA subsystem. This is mainly
>   for fwts developers to help track down any ACPICA interfacing issues with fwts.
>

Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/doc/fwts.1 b/doc/fwts.1
index 187751c..520572a 100644
--- a/doc/fwts.1
+++ b/doc/fwts.1
@@ -60,6 +60,14 @@  fwts options are as follow:
 .B \-
 output results to stdout.
 .TP
+.B \-\-acpica
+enable ACPICA execution mode options. These can be specified as a comma separated
+list of one or more options.  Avaiable options are: serialized (serialized execution
+of AML), slack (run in less pedeantic mode), ignore\-errors (ignore ACPICA exception
+errors), disable\-auto\-repair (disable ACPICA from automatically fixing broken ACPICA controls).
+Note that the slack mode will turn on implicit returns of zero on control methods to attempt
+to allow buggy AML to work on non-Windows systems.
+.TP
 .B \-\-acpica\-debug
 enable ACPICA debug warning and error messages when invoking the ACPICA subsystem. This is mainly
 for fwts developers to help track down any ACPICA interfacing issues with fwts.