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

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