schedutils: remove extra hyptens from man pages

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2007-01-16 14:30:24 +01:00
parent b268a0714a
commit 5ee003094e
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ output version information and exit
.SH USAGE .SH USAGE
.TP .TP
The default behavior is to run a new command:: The default behavior is to run a new command::
chrt [prio] -- [command] [arguments] chrt [prio] [command] [arguments]
.TP .TP
You can also retrieve the real-time attributes of an existing task: You can also retrieve the real-time attributes of an existing task:
chrt -p [pid] chrt -p [pid]

View File

@ -82,7 +82,7 @@ output version information and exit
.SH USAGE .SH USAGE
.TP .TP
The default behavior is to run a new command with a given affinity mask: The default behavior is to run a new command with a given affinity mask:
taskset [mask] -- [command] [arguments] taskset [mask] [command] [arguments]
.TP .TP
You can also retrieve the CPU affinity of an existing task: You can also retrieve the CPU affinity of an existing task:
taskset -p [pid] taskset -p [pid]