<div dir="ltr">Merged.<div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 29, 2016 at 12:41 AM, Xose Vazquez Perez <span dir="ltr"><<a href="mailto:xose.vazquez@gmail.com" target="_blank">xose.vazquez@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">and s/keywork/keyword<br>
<br>
Cc: Christophe Varoqui <<a href="mailto:christophe.varoqui@opensvc.com">christophe.varoqui@opensvc.<wbr>com</a>><br>
Cc: device-mapper development <<a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a>><br>
Signed-off-by: Xose Vazquez Perez <<a href="mailto:xose.vazquez@gmail.com">xose.vazquez@gmail.com</a>><br>
---<br>
libmultipath/dict.c | 7 +++++--<br>
1 file changed, 5 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/libmultipath/dict.c b/libmultipath/dict.c<br>
index e8c6804..7c21e72 100644<br>
--- a/libmultipath/dict.c<br>
+++ b/libmultipath/dict.c<br>
@@ -1330,7 +1330,7 @@ snprint_deprecated (struct config *conf, char * buff, int len, void * data)<br>
#define __deprecated<br>
<br>
/*<br>
- * If you add or remove a keywork also update multipath/multipath.conf.5<br>
+ * If you add or remove a keyword also update multipath/multipath.conf.5<br>
*/<br>
void<br>
init_keywords(vector keywords)<br>
@@ -1421,7 +1421,10 @@ init_keywords(vector keywords)<br>
__deprecated install_keyword("product", &ble_product_handler, &snprint_bled_product);<br>
__deprecated install_sublevel_end();<br>
#endif<br>
-<br>
+/*<br>
+ * If you add or remove a "device subsection" keyword also update<br>
+ * multipath/multipath.conf.5 and the TEMPLATE in libmultipath/hwtable.c<br>
+ */<br>
install_keyword_root("devices"<wbr>, &devices_handler);<br>
install_keyword_multi("device"<wbr>, &device_handler, NULL);<br>
install_sublevel();<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.7.4<br>
<br>
</font></span></blockquote></div><br></div>