From patchwork Tue Jan 24 13:03:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 719123 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3v77gC5htxz9sxS; Wed, 25 Jan 2017 00:04:23 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1cW0lq-0003AO-Hj; Tue, 24 Jan 2017 13:04:22 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1cW0ll-0003AJ-5F for fwts-devel@lists.ubuntu.com; Tue, 24 Jan 2017 13:04:17 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1cW0lk-0006xj-PS; Tue, 24 Jan 2017 13:04:16 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] doc: remove trailing white spaces Date: Tue, 24 Jan 2017 13:03:06 +0000 Message-Id: <20170124130306.5499-1-colin.king@canonical.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- doc/fwts.1 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/fwts.1 b/doc/fwts.1 index e05c111..3c97480 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -28,7 +28,7 @@ fwts \- a firmware test suite to identify firmware bugs. .SH DESCRIPTION This manual page documents briefly the .B fwts -firmware test suite. +firmware test suite. The tool .B fwts is comprised of over fifty tests that are designed to examine and test @@ -81,7 +81,7 @@ run all the tests. .TP .B \-\-arch=name specify the target architecture whose firmware is being tested. This allows -fwts to run on one architecture (the host) but perform tests for a different +fwts to run on one architecture (the host) but perform tests for a different architecture (the target). Known architecture strings are: x86, x86_32, or x86_64 for Intel; ia64 for Itanium; arm64 or aarch64 for ARMv8. Unless this option is specified, the target is assumed to be the same as the host. @@ -308,18 +308,18 @@ wakeup timer will fire during the hibernate state. The default is currently 90 s .TP .B \-p, \-\-show\-progress show the progress of the tests being run. Each test will identified as it is being -run. For long tests, a percentage of completion time will be displayed. As of fwts +run. For long tests, a percentage of completion time will be displayed. As of fwts 0.19.06 this is enabled by default and can be disabled with \-\-quiet (or \-q). .TP .B \-q, \-\-quiet run quietly with no output to stdout. .TP -.B \-D, \-\-show\-progress\-dialog +.B \-D, \-\-show\-progress\-dialog output the progress of tests being run in a form that can be piped into the dialog tool with the \-\-gauge option. .TP .B \-s, \-\-show\-tests -show the names of available tests. By default will show all tests. Use the \-\-batch, \-\-interactive, \-\-batch\-experimental, \-\-interactive\-experimental, \-\-utils +show the names of available tests. By default will show all tests. Use the \-\-batch, \-\-interactive, \-\-batch\-experimental, \-\-interactive\-experimental, \-\-utils options to show these specific tests. .TP .B \-\-show\-tests\-full @@ -346,7 +346,7 @@ Int 15 E820 memory map, firmware ROM data. .B \-v, \-\-version output version number and build date of the .B -fwts +fwts tool. .TP .B \-w, \-\-width=N @@ -405,11 +405,11 @@ Run multiple S3 tests with delay between each test ranging from 1 second to 10 s sudo fwts s3 \-\-s3\-multiple=100 \-\-s3\-min\-delay=1 \-\-s3\-max\-delay=10 \-\-s3\-delay\-delta=0.2 .SH SEE ALSO -.BR iasl (1), -.BR acpixtract (1), -.BR acpidump (1), +.BR iasl (1), +.BR acpixtract (1), +.BR acpidump (1), .BR dtc (1), -.BR dmidecode (8), +.BR dmidecode (8), .BR lspci (8) .SH AUTHOR fwts was originally written by Colin King with much of the original test