]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
perf man pages: Fix cut'n'paste error
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Jul 2010 14:30:10 +0000 (11:30 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Jul 2010 14:30:10 +0000 (11:30 -0300)
We remove files _from_ the cache.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-buildid-cache.txt

index 5d1a9500277f32535fc8f95ffa12907a3720e6d5..c1057701a7dc7d61e49f9b827d747e686a06bfd1 100644 (file)
@@ -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.