5896f9a
--- util-linux-2.13-pre6/schedutils/taskset.1.kzak	2006-02-22 16:10:26.000000000 +0100
5896f9a
+++ util-linux-2.13-pre6/schedutils/taskset.1	2006-02-22 16:10:38.000000000 +0100
5896f9a
@@ -82,7 +82,7 @@
5896f9a
 .SH USAGE
5896f9a
 .TP
5896f9a
 The default behavior is to run a new command with a given affinity mask:
5896f9a
-taskset [mask] -- [command] [arguments]
5896f9a
+taskset [mask] [command] [arguments]
5896f9a
 .TP
5896f9a
 You can also retrieve the CPU affinity of an existing task:
5896f9a
 taskset -p [pid]
5896f9a
--- util-linux-2.13-pre6/schedutils/chrt.1.kzak	2006-02-22 16:09:02.000000000 +0100
5896f9a
+++ util-linux-2.13-pre6/schedutils/chrt.1	2006-02-22 16:09:22.000000000 +0100
5896f9a
@@ -72,7 +72,7 @@
5896f9a
 .SH USAGE
5896f9a
 .TP
5896f9a
 The default behavior is to run a new command::
5896f9a
-chrt [prio] -- [command] [arguments]
5896f9a
+chrt [prio] [command] [arguments]
5896f9a
 .TP
5896f9a
 You can also retrieve the real-time attributes of an existing task:
5896f9a
 chrt -p [pid]