From 0930bf4592877537c04cf3e2c2280a932a49a571 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 26 Sep 2012 10:26:37 -0400 Subject: [PATCH] manpage: Improve the readability of the --banirq text I had some less than stellar language in the man page describing the banirq options, so I clarified and added an example Signed-off-by: Neil Horman --- irqbalance.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/irqbalance.1 b/irqbalance.1 index 20105bc..254ecf5 100644 --- a/irqbalance.1 +++ b/irqbalance.1 @@ -69,9 +69,12 @@ in an effort to prevent that cpu from waking up without need. .TP .B --banirq= -Add the specified irq list to the set of banned irqs. irqbalance will not affect +Add the specified irq to the set of banned irqs. irqbalance will not affect the affinity of any irqs on the banned list, allowing them to be specified -manually. This option is addative and can be specified multiple times +manually. This option is addative and can be specified multiple times. For +example to ban irqs 43 and 44 from balancing, use the following command line: +.B irqbalance --banirq=43 --banirq=44 + .TP .B --banscript=