Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/miscutils/ionice.c

    r2725 r3232  
    77 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    88 */
     9
     10//usage:#define ionice_trivial_usage
     11//usage:    "[-c 1-3] [-n 0-7] [-p PID] [PROG]"
     12//usage:#define ionice_full_usage "\n\n"
     13//usage:       "Change I/O priority and class\n"
     14//usage:     "\n    -c  Class. 1:realtime 2:best-effort 3:idle"
     15//usage:     "\n    -n  Priority"
    916
    1017#include <sys/syscall.h>
Note: See TracChangeset for help on using the changeset viewer.