]> err.no Git - util-linux/commitdiff
schedutils: remove extra hyptens from man pages
authorKarel Zak <kzak@redhat.com>
Tue, 16 Jan 2007 13:30:24 +0000 (14:30 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Jan 2007 13:30:24 +0000 (14:30 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
schedutils/chrt.1
schedutils/taskset.1

index 57e046ea9a24bda9aea6ee71bd8307942b402317..6fe8182013ab585eab0115e9be2e74c38f350643 100644 (file)
@@ -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]
index 5847a1891bc94425472c5689af72aa71016228b9..5222af5fa411026c3f508fa2b2011615d72dfc88 100644 (file)
@@ -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]