Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/ionice.c')
-rw-r--r--util-linux/ionice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/ionice.c b/util-linux/ionice.c
index cda5a90d6..c7b7f0373 100644
--- a/util-linux/ionice.c
+++ b/util-linux/ionice.c
@@ -11,8 +11,8 @@
//config: default y
//config: select PLATFORM_LINUX
//config: help
-//config: Set/set program io scheduling class and priority
-//config: Requires kernel >= 2.6.13
+//config: Set/set program io scheduling class and priority
+//config: Requires kernel >= 2.6.13
//applet:IF_IONICE(APPLET(ionice, BB_DIR_BIN, BB_SUID_DROP))