[dm-devel] [PATCH] multipath-tools: correct a syntax error in multipath.conf.5

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Jun 14 17:52:50 UTC 2016


$ groff -z -b -wall ./multipath/multipath.conf.5
./multipath/multipath.conf.5:519: warning: macro `timeout' not defined (possibly missing space after `ti')

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 multipath/multipath.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
index 2ff88c4..d24f6fe 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -516,7 +516,7 @@ Default is
 CLI receive timeout in milliseconds. For larger systems CLI commands
 might timeout before the multipathd lock is released and the CLI command
 can be processed. This will result in errors like
-'timeout receiving packet' to be returned from CLI commands.
+"timeout receiving packet" to be returned from CLI commands.
 In these cases it is recommended to increase the CLI timeout to avoid
 those issues. The default is
 .I 1000
-- 
2.5.5




More information about the dm-devel mailing list