diff mbox

multipath-tools: correct a syntax error in multipath.conf.5

Message ID 1465926770-28323-1-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Xose Vazquez Perez June 14, 2016, 5:52 p.m. UTC
$ 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@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 multipath/multipath.conf.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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