Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/procps/renice.c


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/procps/renice.c

    r2725 r3232  
    1919 *   following IDs (if any).  Multiple switches are allowed.
    2020 */
     21
     22//usage:#define renice_trivial_usage
     23//usage:       "{{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]"
     24//usage:#define renice_full_usage "\n\n"
     25//usage:       "Change scheduling priority for a running process\n"
     26//usage:     "\n    -n  Adjust current nice value (smaller is faster)"
     27//usage:     "\n    -p  Process id(s) (default)"
     28//usage:     "\n    -g  Process group id(s)"
     29//usage:     "\n    -u  Process user name(s) and/or id(s)"
    2130
    2231#include "libbb.h"
Note: See TracChangeset for help on using the changeset viewer.