aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-13 02:26:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-13 02:26:24 +0000
commit68071e46b1451f942d60d2e891a4896e356866df (patch)
tree5a249fe55704d5b76e5c9c4556b9b4afe7b20ced
parentbc3d4a175fbbb5fc5a3bc52e79e382351b839aa7 (diff)
downloadbusybox-w32-68071e46b1451f942d60d2e891a4896e356866df.tar.gz
busybox-w32-68071e46b1451f942d60d2e891a4896e356866df.tar.bz2
busybox-w32-68071e46b1451f942d60d2e891a4896e356866df.zip
touch up usage for swap utils
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 723b97759..9ddd55fd8 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2619,14 +2619,14 @@
2619 "\t-s\tuse System V sum algorithm (512byte blocks)" 2619 "\t-s\tuse System V sum algorithm (512byte blocks)"
2620 2620
2621#define swapoff_trivial_usage \ 2621#define swapoff_trivial_usage \
2622 "[OPTION] [DEVICE]" 2622 "[-a] [DEVICE]"
2623#define swapoff_full_usage \ 2623#define swapoff_full_usage \
2624 "Stop swapping virtual memory pages on DEVICE.\n\n" \ 2624 "Stop swapping virtual memory pages on DEVICE.\n\n" \
2625 "Options:\n" \ 2625 "Options:\n" \
2626 "\t-a\tStop swapping on all swap devices" 2626 "\t-a\tStop swapping on all swap devices"
2627 2627
2628#define swapon_trivial_usage \ 2628#define swapon_trivial_usage \
2629 "[OPTION] [DEVICE]" 2629 "[-a] [DEVICE]"
2630#define swapon_full_usage \ 2630#define swapon_full_usage \
2631 "Start swapping virtual memory pages on DEVICE.\n\n" \ 2631 "Start swapping virtual memory pages on DEVICE.\n\n" \
2632 "Options:\n" \ 2632 "Options:\n" \