diff mbox

doc: fwts: add --s3-power-sleep-delay option

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

Commit Message

Colin Ian King March 29, 2014, 5:42 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Add this to the man page, some how it got overlooked.

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

Comments

Alex Hung March 31, 2014, 6:06 a.m. UTC | #1
On 03/30/2014 01:42 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Add this to the man page, some how it got overlooked.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   doc/fwts.1 | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 6950975..b048a76 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -237,6 +237,9 @@ this then an error is logged.
>   specify the maximum allowed resume time in seconds. If resume takes longer than
>   this then an error is logged.
>   .TP
> +.B \-\-s3power\-sleep\-delay=N
> +specify the suspend duration in seconds.  The higher the value the more accurate the s3power test result.  Durations less than 10 minutes are not recommended.
> +.TP
>   .B \-\-s4\-delay\-delta=N
>   time to be added onto delay between each S4 iteration.
>   .TP
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu April 17, 2014, 3:51 a.m. UTC | #2
On 03/30/2014 01:42 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Add this to the man page, some how it got overlooked.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   doc/fwts.1 | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/doc/fwts.1 b/doc/fwts.1
> index 6950975..b048a76 100644
> --- a/doc/fwts.1
> +++ b/doc/fwts.1
> @@ -237,6 +237,9 @@ this then an error is logged.
>   specify the maximum allowed resume time in seconds. If resume takes longer than
>   this then an error is logged.
>   .TP
> +.B \-\-s3power\-sleep\-delay=N
> +specify the suspend duration in seconds.  The higher the value the more accurate the s3power test result.  Durations less than 10 minutes are not recommended.
> +.TP
>   .B \-\-s4\-delay\-delta=N
>   time to be added onto delay between each S4 iteration.
>   .TP
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/doc/fwts.1 b/doc/fwts.1
index 6950975..b048a76 100644
--- a/doc/fwts.1
+++ b/doc/fwts.1
@@ -237,6 +237,9 @@  this then an error is logged.
 specify the maximum allowed resume time in seconds. If resume takes longer than
 this then an error is logged.
 .TP
+.B \-\-s3power\-sleep\-delay=N
+specify the suspend duration in seconds.  The higher the value the more accurate the s3power test result.  Durations less than 10 minutes are not recommended.
+.TP
 .B \-\-s4\-delay\-delta=N
 time to be added onto delay between each S4 iteration.
 .TP