]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-schedutils-man.patch
- AC-branch only,
[packages/util-linux.git] / util-linux-schedutils-man.patch
CommitLineData
5545a732
JR
1- broken example in man pages
2
3--- util-linux-2.13-pre6/schedutils/taskset.1.kzak 2006-02-22 16:10:26.000000000 +0100
4+++ util-linux-2.13-pre6/schedutils/taskset.1 2006-02-22 16:10:38.000000000 +0100
5@@ -82,7 +82,7 @@
6 .SH USAGE
7 .TP
8 The default behavior is to run a new command with a given affinity mask:
9-taskset [mask] -- [command] [arguments]
10+taskset [mask] [command] [arguments]
11 .TP
12 You can also retrieve the CPU affinity of an existing task:
13 taskset -p [pid]
14--- util-linux-2.13-pre6/schedutils/chrt.1.kzak 2006-02-22 16:09:02.000000000 +0100
15+++ util-linux-2.13-pre6/schedutils/chrt.1 2006-02-22 16:09:22.000000000 +0100
16@@ -72,7 +72,7 @@
17 .SH USAGE
18 .TP
19 The default behavior is to run a new command::
20-chrt [prio] -- [command] [arguments]
21+chrt [prio] [command] [arguments]
22 .TP
23 You can also retrieve the real-time attributes of an existing task:
24 chrt -p [pid]
This page took 0.06549 seconds and 4 git commands to generate.