From 0e4690d4ef9fe55ccf6db371c826112809e162f9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 20 Aug 2006 22:12:18 +0000 Subject: Michael Opdenacker contributed a readahead applet. --- include/usage.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 5bc82dc22..ced9f68c7 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2385,6 +2385,12 @@ USE_FEATURE_MDEV_CONFIG( \ "\t-s\tSet the system date and time (default)\n" \ "\t-p\tPrint the date and time" +#define readahead_trivial_usage \ + "[FILE]..." +#define readahead_full_usage \ + "Preloads FILE(s) in RAM cache so that subsequent reads for those" \ + "files do not block on disk I/O." + #ifdef CONFIG_FEATURE_READLINK_FOLLOW #define USAGE_READLINK_FOLLOW(a) a #else -- cgit v1.2.3