2010-08-02 07:52:32

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: [tip:perf/core] perf man pages: Fix cut'n'paste error

Commit-ID: 8c31a1e049a0c26f78558d7cc5a9ab6956c86694
Gitweb: http://git.kernel.org/tip/8c31a1e049a0c26f78558d7cc5a9ab6956c86694
Author: Arnaldo Carvalho de Melo <[email protected]>
AuthorDate: Wed, 28 Jul 2010 11:30:10 -0300
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Wed, 28 Jul 2010 11:30:10 -0300

perf man pages: Fix cut'n'paste error

We remove files _from_ the cache.

Cc: Frederic Weisbecker <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
tools/perf/Documentation/perf-buildid-cache.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/perf/Documentation/perf-buildid-cache.txt b/tools/perf/Documentation/perf-buildid-cache.txt
index 5d1a950..c105770 100644
--- a/tools/perf/Documentation/perf-buildid-cache.txt
+++ b/tools/perf/Documentation/perf-buildid-cache.txt
@@ -12,9 +12,9 @@ SYNOPSIS

DESCRIPTION
-----------
-This command manages the build-id cache. It can add and remove files to the
-cache. In the future it should as well purge older entries, set upper limits
-for the space used by the cache, etc.
+This command manages the build-id cache. It can add and remove files to/from
+the cache. In the future it should as well purge older entries, set upper
+limits for the space used by the cache, etc.

OPTIONS
-------
@@ -23,7 +23,7 @@ OPTIONS
Add specified file to the cache.
-r::
--remove=::
- Remove specified file to the cache.
+ Remove specified file from the cache.
-v::
--verbose::
Be more verbose.