aboutsummaryrefslogtreecommitdiff
path: root/miscutils/chrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r--miscutils/chrt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c
index 7e40b9f13..91b5397c4 100644
--- a/miscutils/chrt.c
+++ b/miscutils/chrt.c
@@ -10,7 +10,6 @@
10//usage: "[-prfom] [PRIO] [PID | PROG ARGS]" 10//usage: "[-prfom] [PRIO] [PID | PROG ARGS]"
11//usage:#define chrt_full_usage "\n\n" 11//usage:#define chrt_full_usage "\n\n"
12//usage: "Change scheduling priority and class for a process\n" 12//usage: "Change scheduling priority and class for a process\n"
13//usage: "\nOptions:"
14//usage: "\n -p Operate on PID" 13//usage: "\n -p Operate on PID"
15//usage: "\n -r Set SCHED_RR class" 14//usage: "\n -r Set SCHED_RR class"
16//usage: "\n -f Set SCHED_FIFO class" 15//usage: "\n -f Set SCHED_FIFO class"