aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-13 02:26:24 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-13 02:26:24 +0000
commit1e7461203f0fa021704370808423763e1c2ee199 (patch)
tree5a249fe55704d5b76e5c9c4556b9b4afe7b20ced
parent521c4e9c3f657a60d3714cab7a3945a956c0fc1a (diff)
downloadbusybox-w32-1e7461203f0fa021704370808423763e1c2ee199.tar.gz
busybox-w32-1e7461203f0fa021704370808423763e1c2ee199.tar.bz2
busybox-w32-1e7461203f0fa021704370808423763e1c2ee199.zip
touch up usage for swap utils
git-svn-id: svn://busybox.net/trunk/busybox@11441 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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" \