touch up usage for swap utils
This commit is contained in:
parent
bc3d4a175f
commit
68071e46b1
@ -2619,14 +2619,14 @@
|
|||||||
"\t-s\tuse System V sum algorithm (512byte blocks)"
|
"\t-s\tuse System V sum algorithm (512byte blocks)"
|
||||||
|
|
||||||
#define swapoff_trivial_usage \
|
#define swapoff_trivial_usage \
|
||||||
"[OPTION] [DEVICE]"
|
"[-a] [DEVICE]"
|
||||||
#define swapoff_full_usage \
|
#define swapoff_full_usage \
|
||||||
"Stop swapping virtual memory pages on DEVICE.\n\n" \
|
"Stop swapping virtual memory pages on DEVICE.\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-a\tStop swapping on all swap devices"
|
"\t-a\tStop swapping on all swap devices"
|
||||||
|
|
||||||
#define swapon_trivial_usage \
|
#define swapon_trivial_usage \
|
||||||
"[OPTION] [DEVICE]"
|
"[-a] [DEVICE]"
|
||||||
#define swapon_full_usage \
|
#define swapon_full_usage \
|
||||||
"Start swapping virtual memory pages on DEVICE.\n\n" \
|
"Start swapping virtual memory pages on DEVICE.\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user