about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 7 insertions, 12 deletions
diff --git a/README b/README
index 3e73b72..4ce7335 100644
--- a/README
+++ b/README
@@ -1,15 +1,10 @@
-command-line utils for viewing/managing the Linux page cache
+page cache utilities
+====================
 
-pcu-mincore - shows the pages in the page cache for given files
+This package contains command-line utilities for viewing/managing the
+kernel page cache.
 
-        pcu-mincore <files>
+* pcu-fadvise - runs posix_fadvise(2) on given files
+* pcu-mincore - shows the pages in the page cache for given files
 
-
-pcu-fadvise - runs posix_fadvise(2) on a given file
-
-        pcu-fadvise [-a advice] [-o offset] [-l length] <files>
-
-        advice can be one of:
-          normal, sequential, random, noreuse, willneed, dontneed
-
-See posix_fadvise(2) and mincore(2) manpages for more details.
+See manpages for the individual commands for more details.