The priority value is optional in some cases, so it cannot be listed
as required.
CC: Madadi Vineeth Reddy <vineethr@linux.ibm.com>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
== SYNOPSIS
-*chrt* [options] _priority command_ [_argument_...]
+*chrt* [options] [_priority_] _command_ [_argument_...]
*chrt* [options] *--pid* [_priority_] _PID_
fputs(_("Show or change the real-time scheduling attributes of a process.\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(_("Set policy:\n"
- " chrt [options] <priority> <command> [<argument>...]\n"
- " chrt [options] --pid <priority> <PID>\n"), out);
+ " chrt [options] [<priority>] <command> [<argument>...]\n"
+ " chrt [options] --pid [<priority>] <PID>\n"), out);
fputs(USAGE_SEPARATOR, out);
fputs(_("Get policy:\n"
" chrt --pid <PID>\n"), out);