diff --git a/plugins/cliconf/os9.py b/plugins/cliconf/os9.py
index 0c61953..04a0625 100644
--- a/plugins/cliconf/os9.py
+++ b/plugins/cliconf/os9.py
@@ -23,7 +23,7 @@ __metaclass__ = type
 
 DOCUMENTATION = """
 ---
-cliconf: os9
+name: os9
 short_description: Use os9 cliconf to run command on Dell OS9 platform
 description:
   - This os9 plugin provides low level abstraction apis for
diff --git a/plugins/modules/os9_command.py b/plugins/modules/os9_command.py
index 20e3cc5..71e753d 100644
--- a/plugins/modules/os9_command.py
+++ b/plugins/modules/os9_command.py
@@ -25,7 +25,7 @@ description:
     argument that will cause the module to wait for a specific condition
     before returning or timing out if the condition is not met.
   - This module does not support running commands in configuration mode.
-    Please use M(dellemc_os9_os9_config) to configure Dell OS9 devices.
+    Please use M(dellemc.os9.os9_config) to configure Dell OS9 devices.
 extends_documentation_fragment: dellemc.os9.os9
 options:
   commands:
@@ -77,7 +77,7 @@ notes:
   - This module requires Dell OS9 version 9.10.0.1P13 or above.
   - This module requires to increase the ssh connection rate limit.
     Use the following command I(ip ssh connection-rate-limit 60)
-    to configure the same. This can be done via M(os9_config) module
+    to configure the same. This can be done via M(dellemc.os9.os9_config) module
     as well.
 """
 
diff --git a/plugins/modules/os9_config.py b/plugins/modules/os9_config.py
index a6d20ed..ecef4b5 100644
--- a/plugins/modules/os9_config.py
+++ b/plugins/modules/os9_config.py
@@ -153,7 +153,7 @@ notes:
   - This module requires to increase the ssh connection rate limit.
     Use the following command I(ip ssh connection-rate-limit 60)
     to configure the same. This can also be done with the
-    M(os9_config) module.
+    M(dellemc.os9.os9_config) module.
 """
 
 EXAMPLES = """
diff --git a/plugins/modules/os9_facts.py b/plugins/modules/os9_facts.py
index fe04afc..5a86370 100644
--- a/plugins/modules/os9_facts.py
+++ b/plugins/modules/os9_facts.py
@@ -32,7 +32,7 @@ options:
         to a given subset.  Possible values for this argument include
         all, hardware, config, and interfaces.  Can specify a list of
         values to include a larger subset.  Values can also be used
-        with an initial C(M(!)) to specify that a specific subset should
+        with an initial C(!) to specify that a specific subset should
         not be collected.
     type: list
     default: [ '!config' ]
@@ -40,7 +40,7 @@ notes:
   - This module requires OS9 version 9.10.0.1P13 or above.
   - This module requires an increase of the SSH connection rate limit.
     Use the following command I(ip ssh connection-rate-limit 60)
-    to configure the same. This can be also be done with the M(os9_config) module.
+    to configure the same. This can be also be done with the M(dellemc.os9.os9_config) module.
 """
 
 EXAMPLES = """
diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt
new file mode 100644
index 0000000..57ab8ae
--- /dev/null
+++ b/tests/sanity/ignore-2.14.txt
@@ -0,0 +1,4 @@
+plugins/action/os9.py action-plugin-docs
+plugins/modules/os9_config.py validate-modules:parameter-list-no-elements
+plugins/modules/os9_facts.py validate-modules:parameter-list-no-elements
+plugins/modules/os9_command.py validate-modules:parameter-list-no-elements
\ No newline at end of file