27 lines
842 B
Diff
27 lines
842 B
Diff
From 6ae5196bc35b5bb64f80a4d64d11cd219e5d1fa0 Mon Sep 17 00:00:00 2001
|
|
From: Petr Holasek <pholasek@redhat.com>
|
|
Date: Wed, 10 Dec 2014 16:22:47 +0100
|
|
Subject: [PATCH] Manpage note about ignoring of --pid in some cases
|
|
|
|
Signed-off-by: Petr Holasek <pholasek@redhat.com>
|
|
---
|
|
irqbalance.1 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/irqbalance.1 b/irqbalance.1
|
|
index ceb4ae2..b6f451a 100644
|
|
--- a/irqbalance.1
|
|
+++ b/irqbalance.1
|
|
@@ -125,7 +125,7 @@ is identical to the --hintpolicy setting, but applied per irq
|
|
.B -s, --pid=<file>
|
|
Have irqbalance write its process id to the specified file. By default no
|
|
pidfile is written. The written pidfile is automatically unlinked when
|
|
-irqbalance exits.
|
|
+irqbalance exits. It is ignored when used with --debug or --foreground.
|
|
|
|
.SH "ENVIRONMENT VARIABLES"
|
|
.TP
|
|
--
|
|
2.1.0
|
|
|