util-linux/schedutils
Yuriy M. Kaminskiy 59e2fea119 taskset: fix description of `-c` option in the man page
Commit 42f15e9848 introduced a certain
inaccuracy in -c option description; it is not _the option with an argument_,
but it is the flag that changes interpretation of `mask` parameter.
The difference is almost not noticeable, but there are one corner case where it is:
   taskset -c 1 -p $$
fails (but it would work if 42f15e was correct). Instead,
   taskset -c -p 1 $$
works (but it should not have if 42f15e was correct).

Signed-off-by: Karel Zak <kzak@redhat.com>
2016-03-07 15:11:06 +01:00
..
Makemodule.am build-sys: add BUILD_CHRT 2014-05-21 13:35:01 +02:00
chrt.1 chrt: make man page more structured 2016-01-20 14:30:52 +01:00
chrt.c chrt: restore removed ifdef SCHED_RESET_ON_FORK 2016-02-24 12:46:20 +01:00
ionice.1 ionice: add the way to specify the target processes with pgid and uid 2014-02-17 11:44:12 +01:00
ionice.c ionice: drop the duplicate docstring 2015-01-26 11:22:12 +01:00
taskset.1 taskset: fix description of `-c` option in the man page 2016-03-07 15:11:06 +01:00
taskset.c textual: add a docstring to most of the utilities 2015-01-06 11:27:38 +01:00