aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-20 22:12:18 +0000
committerRob Landley <rob@landley.net>2006-08-20 22:12:18 +0000
commit0e4690d4ef9fe55ccf6db371c826112809e162f9 (patch)
tree1eac13023c328f3956a00f3e741eb1cda45696d0 /include/usage.h
parent289e86a0a5b2482fc1b6a442d3acd749639e4d64 (diff)
downloadbusybox-w32-0e4690d4ef9fe55ccf6db371c826112809e162f9.tar.gz
busybox-w32-0e4690d4ef9fe55ccf6db371c826112809e162f9.tar.bz2
busybox-w32-0e4690d4ef9fe55ccf6db371c826112809e162f9.zip
Michael Opdenacker contributed a readahead applet.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h6
1 files changed, 6 insertions, 0 deletions
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( \
2385 "\t-s\tSet the system date and time (default)\n" \ 2385 "\t-s\tSet the system date and time (default)\n" \
2386 "\t-p\tPrint the date and time" 2386 "\t-p\tPrint the date and time"
2387 2387
2388#define readahead_trivial_usage \
2389 "[FILE]..."
2390#define readahead_full_usage \
2391 "Preloads FILE(s) in RAM cache so that subsequent reads for those" \
2392 "files do not block on disk I/O."
2393
2388#ifdef CONFIG_FEATURE_READLINK_FOLLOW 2394#ifdef CONFIG_FEATURE_READLINK_FOLLOW
2389#define USAGE_READLINK_FOLLOW(a) a 2395#define USAGE_READLINK_FOLLOW(a) a
2390#else 2396#else