aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xm.pod.1
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-26 09:52:34 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-26 09:52:34 +0100
commite101034b6cd7c616c9eec351e670633e4553429b (patch)
treed5f3ca76c70484349dafd6b6a12696224989ddbe /docs/man/xm.pod.1
parent8482630322ecaad951c33674a2ccd79b04890a8f (diff)
downloadxen-e101034b6cd7c616c9eec351e670633e4553429b.tar.gz
xen-e101034b6cd7c616c9eec351e670633e4553429b.tar.bz2
xen-e101034b6cd7c616c9eec351e670633e4553429b.zip
Remove non-ASCII chars in man page.
Signed-off-by: Charles Coffing <ccoffing@novell.com>
Diffstat (limited to 'docs/man/xm.pod.1')
-rw-r--r--docs/man/xm.pod.118
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/man/xm.pod.1 b/docs/man/xm.pod.1
index 90dab93d9a..d00b89266f 100644
--- a/docs/man/xm.pod.1
+++ b/docs/man/xm.pod.1
@@ -555,29 +555,29 @@ B<EXAMPLES>
I<normal EDF (20ms/5ms):>
xm sched-sedf <dom-id> 20000000 5000000 0 0 0
-
+
I<best-effort domains (i.e. non-realtime):>
xm sched-sedf <dom-id> 20000000 0 0 1 0
+
I<normal EDF (20ms/5ms) + share of extra-time:>
+
xm sched-sedf <dom-id> 20000000 5000000 0 1 0
I<4 domains with weights 2:3:4:2>
xm sched-sedf <d1> 0 0 0 0 2
-  xm sched-sedf <d2> 0 0 0 0 3
-  xm sched-sedf <d3> 0 0 0 0 4
-  xm sched-sedf <d4> 0 0 0 0 2
+ xm sched-sedf <d2> 0 0 0 0 3
+ xm sched-sedf <d3> 0 0 0 0 4
+ xm sched-sedf <d4> 0 0 0 0 2
I<1 fully-specified (10ms/3ms) domain, 3 other domains share available
rest in 2:7:3 ratio:>
- xm sched-sedf <d1> 10000000 3000000 0 0 0  
- xm sched-sedf <d2> 0 0 0 0 2  
+ xm sched-sedf <d1> 10000000 3000000 0 0 0
+ xm sched-sedf <d2> 0 0 0 0 2
xm sched-sedf <d3> 0 0 0 0 7
-   xm sched-sedf <d4> 0 0 0 0 3
+ xm sched-sedf <d4> 0 0 0 0 3
=back