From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756512AbaAITaG (ORCPT ); Thu, 9 Jan 2014 14:30:06 -0500 Received: from mga09.intel.com ([134.134.136.24]:45482 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751751AbaAIT35 (ORCPT ); Thu, 9 Jan 2014 14:29:57 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,632,1384329600"; d="scan'208";a="464293705" From: Andi Kleen To: acme@infradead.org Cc: jolsa@redhat.com, linux-kernel@vger.kernel.org, Andi Kleen Subject: [PATCH 1/2] perf, tools: Fix --delay option in stat man page Date: Thu, 9 Jan 2014 11:29:52 -0800 Message-Id: <1389295793-24137-1-git-send-email-andi@firstfloor.org> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andi Kleen The --delay option was documented as --initial-delay in the perf stat manpage. Fix this. Signed-off-by: Andi Kleen --- tools/perf/Documentation/perf-stat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt index 80c7da6..29ee857 100644 --- a/tools/perf/Documentation/perf-stat.txt +++ b/tools/perf/Documentation/perf-stat.txt @@ -133,7 +133,7 @@ use --per-core in addition to -a. (system-wide). The output includes the core number and the number of online logical processors on that physical processor. -D msecs:: ---initial-delay msecs:: +--delay msecs:: After starting the program, wait msecs before measuring. This is useful to filter out the startup phase of the program, which is often very different. -- 1.8.3.1