From patchwork Tue Jan 19 18:37:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Stone X-Patchwork-Id: 60000 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp2740299lbb; Tue, 19 Jan 2016 10:37:23 -0800 (PST) X-Received: by 10.182.213.71 with SMTP id nq7mr13788680obc.65.1453228643187; Tue, 19 Jan 2016 10:37:23 -0800 (PST) Return-Path: Received: from mail-oi0-x22f.google.com (mail-oi0-x22f.google.com. [2607:f8b0:4003:c06::22f]) by mx.google.com with ESMTPS id k77si33762419oib.148.2016.01.19.10.37.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Jan 2016 10:37:23 -0800 (PST) Received-SPF: pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c06::22f as permitted sender) client-ip=2607:f8b0:4003:c06::22f; Authentication-Results: mx.google.com; spf=pass (google.com: domain of al.stone@linaro.org designates 2607:f8b0:4003:c06::22f as permitted sender) smtp.mailfrom=al.stone@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-oi0-x22f.google.com with SMTP id p187so181233091oia.2 for ; Tue, 19 Jan 2016 10:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=8LzbN6Sp/wRa2Ozht3ZD/b9RRKPKK/wY7IT8oEEtZb8=; b=M9W4C3cB4Kgzi+gaSfScXKrtU1rP1Ou1nHJCcRzVVK0wb8YNatl0v/DB9Q9cfLZ999 z21RiKYEyMHhBaCFjotaapRgEMfDhVWPlwkeuLagL9tWRUWQf9xbiKNFZ/yZyJeAN8Il yZGWpZRmin0EhKLz5QTPl4J+vti9uv8rpEQDU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=8LzbN6Sp/wRa2Ozht3ZD/b9RRKPKK/wY7IT8oEEtZb8=; b=WwU/jLQ6f1W7lCOp9vQ5Reirp6Hr6eDH9XmVtQ/FsaC+BbkXeoat/E/mqjzdwM27E2 5bCCm+QhmYUhV4NnSTDMb4nman6LiSwIqUypn8hC9IJTkpDQnqy+bAGQGOfHdpAm7uyD 8IV8pjZdR+W+2I2dbjauiF21m+i0YfhafkzrZsLPP7HFolodLMdOQpde/7oaBj9arbSH AIbwGyFtpOI9EgzG8LgwwhZAeR40f4jPsCsDOLaSccz/H+5YVAOkV9/E6UEtFF1mA+UT I6NPrlFv3C7GYIVrEbZuzcvudcL3kqCXSJWAQqodFr+dcGcZAx4w2c083H8xQJ1DmnhS ebOQ== X-Gm-Message-State: ALoCoQmcIzFt5Kk9GA7K6FNH5U/yxT7t8N8Xrq5mmSELdVN6Z/VK/+tQmWPCFc9rKDXCT/nA1OqmOJ2igzxtEedfeLvJe9x2fw== X-Received: by 10.202.210.151 with SMTP id j145mr23875431oig.114.1453228642378; Tue, 19 Jan 2016 10:37:22 -0800 (PST) Return-Path: Received: from fidelio.ahs3 (c-50-134-239-249.hsd1.co.comcast.net. [50.134.239.249]) by smtp.googlemail.com with ESMTPSA id z190sm15997088oig.25.2016.01.19.10.37.20 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jan 2016 10:37:21 -0800 (PST) From: Al Stone To: fwts-devel@lists.ubuntu.com Cc: linaro-acpi@lists.linaro.org, patches@linaro.org, Al Stone Subject: [PATCH 1/2] Documentation: add --acpicompliance to man page Date: Tue, 19 Jan 2016 11:37:05 -0700 Message-Id: <1453228626-12471-2-git-send-email-al.stone@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1453228626-12471-1-git-send-email-al.stone@linaro.org> References: <1453228626-12471-1-git-send-email-al.stone@linaro.org> Add a brief description of the --acpicompliance parameter to the man page for fwts. Signed-off-by: Al Stone --- doc/fwts.1 | 4 ++++ 1 file changed, 4 insertions(+) -- 2.5.0 diff --git a/doc/fwts.1 b/doc/fwts.1 index e299b26..ba232fd 100644 --- a/doc/fwts.1 +++ b/doc/fwts.1 @@ -72,6 +72,10 @@ to allow buggy AML to work on non-Windows systems. 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. .TP +.B \-\-acpicompliance +run only those tests that specifically check for compliance with the ACPI +specifications. This may be a subset of the ACPI tests. +.TP .B \-a, \-\-all run all the tests. .TP