From: Karel Zak Date: Tue, 16 Jan 2007 13:30:24 +0000 (+0100) Subject: schedutils: remove extra hyptens from man pages X-Git-Tag: v2.13-rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee003094ef4c4410f17c171140c29368804dc29;p=thirdparty%2Futil-linux.git schedutils: remove extra hyptens from man pages Signed-off-by: Karel Zak --- diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 57e046ea9a..6fe8182013 100644 --- a/schedutils/chrt.1 +++ b/schedutils/chrt.1 @@ -72,7 +72,7 @@ output version information and exit .SH USAGE .TP The default behavior is to run a new command:: -chrt [prio] -- [command] [arguments] +chrt [prio] [command] [arguments] .TP You can also retrieve the real-time attributes of an existing task: chrt -p [pid] diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index 5847a1891b..5222af5fa4 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -82,7 +82,7 @@ output version information and exit .SH USAGE .TP The default behavior is to run a new command with a given affinity mask: -taskset [mask] -- [command] [arguments] +taskset [mask] [command] [arguments] .TP You can also retrieve the CPU affinity of an existing task: taskset -p [pid]