1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Author: Roberto C. Sanchez <[email protected]>
Description: Fix documentation typos
--- cpuset.git.orig/doc/cset-shield.1
cpuset.git/doc/cset-shield.1
@@ -208,7 208,7 @@
The range of PIDs or TIDs does not need to have every position populated\&. In other words, for the example above, if there is only one process, say PID 57, in the range of 50\-65, then only that process will be moved\&.
.sp .5v
.RE
-The \-\-unshield (or \-u) subcommand will remove the specified processes or threads from the shielded cpuset and move them into the unshielded (or system) cpuset\&. This command is also used in conjuction with a \-p/\-\-pid option that specifies a PIDSPEC argument, the same as for the \-\-shield subcommand\&.
The \-\-unshield (or \-u) subcommand will remove the specified processes or threads from the shielded cpuset and move them into the unshielded (or system) cpuset\&. This command is also used in conjunction with a \-p/\-\-pid option that specifies a PIDSPEC argument, the same as for the \-\-shield subcommand\&.
Both the \-\-shield and the \-\-unshield commands will also finally output the number of tasks running in the shield and out of the shield if you do not specify a PIDSPEC with \-\-pid\&. By specifying also a \-\-verbose in addition, then you will get a listing of every task that is running in either the shield or out of the shield\&.
--- cpuset.git.orig/doc/cset-shield.html
cpuset.git/doc/cset-shield.html
@@ -657,7 657,7 @@
<div class="paragraph"><p>The --unshield (or -u) subcommand will remove the specified
processes or threads from the shielded cpuset and move them into
the unshielded (or system) cpuset. This command is also used in
-conjuction with a -p/--pid option that specifies a PIDSPEC
conjunction with a -p/--pid option that specifies a PIDSPEC
argument, the same as for the --shield subcommand.</p></div>
<div class="paragraph"><p>Both the --shield and the --unshield commands will also finally
output the number of tasks running in the shield and out of the
--- cpuset.git.orig/doc/cset-shield.txt
cpuset.git/doc/cset-shield.txt
@@ -180,7 180,7 @@
The --unshield (or -u) subcommand will remove the specified
processes or threads from the shielded cpuset and move them into
the unshielded (or system) cpuset. This command is also used in
-conjuction with a -p/--pid option that specifies a PIDSPEC
conjunction with a -p/--pid option that specifies a PIDSPEC
argument, the same as for the --shield subcommand.
Both the --shield and the --unshield commands will also finally
|