@@ -243,26 +243,26 @@ The default is: \fBfailover\fR
.
.TP
.B detect_pgpolicy
-If set to \fIyes\fR and all path devcices are configured with either the
+If set to \fIyes\fR and all path devices are configured with either the
\fIalua\fR or \fIsysfs\fR prioritizer, the multipath device will automatically
use the \fIgroup_by_prio\fR path_grouping_policy. If set to \fIno\fR, the
path_grouping_policy will be selected as usual.
.RS
.TP
-The default is: \fIyes\fR
+The default is: \fByes\fR
.RE
.
.
.TP
.B detect_pgpolicy_use_tpg
If both this and \fIdetect_pgpolicy\fR are set to \fIyes\fR and all path
-devcices are configured with either the \fIalua\fR or \fIsysfs\fR prioritizer,
+devices are configured with either the \fIalua\fR or \fIsysfs\fR prioritizer,
the multipath device will automatically use the \fIgroup_by_tpg\fR
path_grouping_policy. If set to \fIno\fR, the path_grouping_policy will be
selected by the method described for \fIdetect_pgpolicy\fR above.
.RS
.TP
-The default is: \fIno\fR
+The default is: \fBno\fR
.RE
.
.
@@ -396,7 +396,7 @@ void put_multipath_config(__attribute__((unused)) void *arg)
}
/*
- * The path group orderings that this function finds acceptible are different
+ * The path group orderings that this function finds acceptable are different
* from now select_path_group determines the best pathgroup. The idea here is
* to only trigger a kernel reload when it is obvious that the pathgroups would
* be out of order, even if all the paths were usable. Thus pathgroups with
Cc: Martin Wilck <mwilck@suse.com> Cc: Benjamin Marzinski <bmarzins@redhat.com> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com> Cc: DM-DEVEL ML <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> --- multipath/multipath.conf.5 | 8 ++++---- multipathd/main.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)