diff mbox

multipath-tools: fix format in multipath.conf.5

Message ID 20170804234429.10634-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show

Commit Message

Xose Vazquez Perez Aug. 4, 2017, 11:44 p.m. UTC
multipath/multipath.conf.5:408: warning: can't find font `,'

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 3b4e518..d9ac279 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -405,7 +405,7 @@  precedence. See KNOWN ISSUES.
 .\" XXX
 .I queue_mode <mode>
 (Since kernel 4.8) Select the the queueing mode per multipath device.
-<mode> can be \fIbio\fR, \fIrq\fR or \fImq\f, which corresponds to
+<mode> can be \fIbio\fR, \fIrq\fR or \fImq\fR, which corresponds to
 bio-based, request-based, and block-multiqueue (blk-mq) request-based,
 respectively.