]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
taskset: adjust style of man page
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 3 Aug 2011 09:17:47 +0000 (11:17 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Aug 2011 09:58:50 +0000 (11:58 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
schedutils/taskset.1

index 4aa5e2cbf7cc0ad59e737fb806c76fbbd6d5a699..9300fb377b58086e6437067deecf191e40642b0b 100644 (file)
@@ -64,7 +64,7 @@ is processor #0
 is processors #0 and #1
 .TP
 .BR 0xFFFFFFFF
-is all processors (#0 through #31)
+is all processors (#0 through #31).
 .PP
 When
 .BR taskset
@@ -73,21 +73,21 @@ CPU.
 .SH OPTIONS
 .TP
 .BR \-a ,\  \-\-all-tasks
-set or retrieve the CPU affinity of all the tasks (threads) for a given PID.
+Set or retrieve the CPU affinity of all the tasks (threads) for a given PID.
 .TP
 .BR \-p ,\  \-\-pid
-operate on an existing PID and not launch a new task
+Operate on an existing PID and do not launch a new task.
 .TP
 .BR \-c ,\  \-\-cpu-list
-specify a numerical list of processors instead of a bitmask.  The list may
-contain multiple items, separated by comma, and ranges.  For example,
+Specify a numerical list of processors instead of a bitmask.  The numbers
+are separated by commas and may include ranges.  For example:
 .BR 0,5,7,9-11 .
 .TP
 .BR \-h ,\  \-\-help
-display usage information and exit
+Display usage information and exit.
 .TP
 .BR \-V ,\  \-\-version
-output version information and exit
+Display version information and exit.
 .SH USAGE
 .TP
 The default behavior is to run a new command with a given affinity mask: