From: Karel Zak Date: Tue, 16 Jan 2007 13:30:24 +0000 (+0100) Subject: schedutils: remove extra hyptens from man pages X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee003094ef4c4410f17c171140c29368804dc29;p=util-linux schedutils: remove extra hyptens from man pages Signed-off-by: Karel Zak --- diff --git a/schedutils/chrt.1 b/schedutils/chrt.1 index 57e046ea..6fe81820 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 5847a189..5222af5f 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]