add INIT_G()'s. No code changes.
[oweals/busybox.git] / procps / renice.c
index 59194b5f4e719adce826a4ed2a5c5c77e9c5adb3..77f400a1d643bbfd174005bda1a9246cf7ed0f02 100644 (file)
  *   following IDs (if any).  Multiple switches are allowed.
  */
 
+//usage:#define renice_trivial_usage
+//usage:       "{{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]"
+//usage:#define renice_full_usage "\n\n"
+//usage:       "Change scheduling priority for a running process\n"
+//usage:     "\n       -n      Adjust current nice value (smaller is faster)"
+//usage:     "\n       -p      Process id(s) (default)"
+//usage:     "\n       -g      Process group id(s)"
+//usage:     "\n       -u      Process user name(s) and/or id(s)"
+
 #include "libbb.h"
 #include <sys/resource.h>