diff mbox

doc/fwts: remove debug options from fwts man page (LP: #1100955)

Message ID 1358469434-5063-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Jan. 18, 2013, 12:37 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Remove --debug-output and --fwts-debug options from man page since
these were removed from fwts a long time ago.

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

Comments

Chris Van Hoof Jan. 18, 2013, 6:16 a.m. UTC | #1
On 01/17/2013 07:37 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Remove --debug-output and --fwts-debug options from man page since
> these were removed from fwts a long time ago.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  doc/fwts.1 | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 6a9eb91..58c3b27 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -69,10 +69,6 @@ run the non-interactive batch tests. Batch tests require no user interaction.
>  .B \-\-batch\-experimental
>  run only batch experimental tests.
>  .TP
> -.B \-\-debug\-output=file
> -when running with \-\-fwts\-debug this option specifies where the debug output will be written to. One
> -can also specify stdout and stderr to redirect to these output streams.
> -.TP
>  .B \-\-disassemble\-aml
>  Disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
>  tables and generates DSDT.dsl and SSDTx.dsl sources.
> @@ -110,9 +106,6 @@ This cannot be used with \-\-filter\-error\-discard.
>  .B \-f, \-\-force\-clean
>  creates a new results log file, rather than just appending to any existing one (default).
>  .TP
> -.B \-\-fwts\-debug
> -enable the internal debugger. This dumps debug information to stderr.
> -.TP
>  .B \-h, \-\-help
>  outputs the internal help page.
>  .TP
> 

Talked with Jeff who asked about this option earlier on IRC

Acked-by: Chris Van Hoof <vanhoof@canonical.com>
Keng-Yu Lin Jan. 23, 2013, 7:30 a.m. UTC | #2
On Fri, Jan 18, 2013 at 8:37 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Remove --debug-output and --fwts-debug options from man page since
> these were removed from fwts a long time ago.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  doc/fwts.1 | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 6a9eb91..58c3b27 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -69,10 +69,6 @@ run the non-interactive batch tests. Batch tests require no user interaction.
>  .B \-\-batch\-experimental
>  run only batch experimental tests.
>  .TP
> -.B \-\-debug\-output=file
> -when running with \-\-fwts\-debug this option specifies where the debug output will be written to. One
> -can also specify stdout and stderr to redirect to these output streams.
> -.TP
>  .B \-\-disassemble\-aml
>  Disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
>  tables and generates DSDT.dsl and SSDTx.dsl sources.
> @@ -110,9 +106,6 @@ This cannot be used with \-\-filter\-error\-discard.
>  .B \-f, \-\-force\-clean
>  creates a new results log file, rather than just appending to any existing one (default).
>  .TP
> -.B \-\-fwts\-debug
> -enable the internal debugger. This dumps debug information to stderr.
> -.TP
>  .B \-h, \-\-help
>  outputs the internal help page.
>  .TP
> --
> 1.8.0
>
Acked-by: Keng-Yu Lin <kengyu@canonical.com>
Alex Hung Jan. 31, 2013, 7:37 a.m. UTC | #3
On 01/18/2013 08:37 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Remove --debug-output and --fwts-debug options from man page since
> these were removed from fwts a long time ago.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   doc/fwts.1 | 7 -------
>   1 file changed, 7 deletions(-)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 6a9eb91..58c3b27 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -69,10 +69,6 @@ run the non-interactive batch tests. Batch tests require no user interaction.
>   .B \-\-batch\-experimental
>   run only batch experimental tests.
>   .TP
> -.B \-\-debug\-output=file
> -when running with \-\-fwts\-debug this option specifies where the debug output will be written to. One
> -can also specify stdout and stderr to redirect to these output streams.
> -.TP
>   .B \-\-disassemble\-aml
>   Disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
>   tables and generates DSDT.dsl and SSDTx.dsl sources.
> @@ -110,9 +106,6 @@ This cannot be used with \-\-filter\-error\-discard.
>   .B \-f, \-\-force\-clean
>   creates a new results log file, rather than just appending to any existing one (default).
>   .TP
> -.B \-\-fwts\-debug
> -enable the internal debugger. This dumps debug information to stderr.
> -.TP
>   .B \-h, \-\-help
>   outputs the internal help page.
>   .TP
>
Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/doc/fwts.1 b/doc/fwts.1
index 6a9eb91..58c3b27 100644
--- a/doc/fwts.1
+++ b/doc/fwts.1
@@ -69,10 +69,6 @@  run the non-interactive batch tests. Batch tests require no user interaction.
 .B \-\-batch\-experimental
 run only batch experimental tests.
 .TP
-.B \-\-debug\-output=file
-when running with \-\-fwts\-debug this option specifies where the debug output will be written to. One
-can also specify stdout and stderr to redirect to these output streams.
-.TP
 .B \-\-disassemble\-aml
 Disassemble AML (ACPI machine language) byte code. This attempts to disassemble AML in DSDT and SSDT
 tables and generates DSDT.dsl and SSDTx.dsl sources.
@@ -110,9 +106,6 @@  This cannot be used with \-\-filter\-error\-discard.
 .B \-f, \-\-force\-clean
 creates a new results log file, rather than just appending to any existing one (default).
 .TP
-.B \-\-fwts\-debug
-enable the internal debugger. This dumps debug information to stderr.
-.TP
 .B \-h, \-\-help
 outputs the internal help page.
 .TP