Blame SOURCES/0003-multipath-tools-minor-fixes-to-multipath.conf.5-man-.patch

e65fa3
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
e65fa3
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
e65fa3
Date: Thu, 16 Sep 2021 00:44:49 +0200
e65fa3
Subject: [PATCH] multipath-tools: minor fixes to multipath.conf.5 man page
e65fa3
e65fa3
Cc: Martin Wilck <mwilck@suse.com>
e65fa3
Cc: Benjamin Marzinski <bmarzins@redhat.com>
e65fa3
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
e65fa3
Cc: DM-DEVEL ML <dm-devel@redhat.com>
e65fa3
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
e65fa3
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
e65fa3
---
e65fa3
 multipath/multipath.conf.5 | 6 +++---
e65fa3
 1 file changed, 3 insertions(+), 3 deletions(-)
e65fa3
e65fa3
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
e65fa3
index 42a15ffd..c74129bd 100644
e65fa3
--- a/multipath/multipath.conf.5
e65fa3
+++ b/multipath/multipath.conf.5
e65fa3
@@ -1,9 +1,9 @@
e65fa3
 .\" ----------------------------------------------------------------------------
e65fa3
-.\" Update the date below if you make any significant change.
e65fa3
 .\" Make sure there are no errors with:
e65fa3
 .\" groff -z -wall -b -e -t multipath/multipath.conf.5
e65fa3
 .\" man --warnings -E UTF-8 -l -Tutf8 -Z multipath/multipath.conf.5 >/dev/null
e65fa3
 .\"
e65fa3
+.\" Update the date below if you make any significant change.
e65fa3
 .\" ----------------------------------------------------------------------------
e65fa3
 .
e65fa3
 .TH MULTIPATH.CONF 5 2021-09-08 Linux
e65fa3
@@ -189,7 +189,7 @@ The default is: \fB<system dependent>\fR
e65fa3
 .TP
e65fa3
 .B path_selector
e65fa3
 The default path selector algorithm to use; they are offered by the
e65fa3
-kernel multipath target. There are three selector algorithms:
e65fa3
+kernel multipath target:
e65fa3
 .RS
e65fa3
 .TP 12
e65fa3
 .I "round-robin 0"
e65fa3
@@ -206,7 +206,7 @@ of outstanding I/O to the path.
e65fa3
 of outstanding I/O to the path and its relative throughput.
e65fa3
 .TP
e65fa3
 .I "historical-service-time 0"
e65fa3
-(Since 5.8 kernel) Choose the path for the next bunch of IOs based on the
e65fa3
+(Since 5.8 kernel) Choose the path for the next bunch of I/O based on the
e65fa3
 estimation of future service time based on the history of previous I/O submitted
e65fa3
 to each path.
e65fa3
 .TP