diff --git a/docs/man/man1/ansible-doc.1.asciidoc.in b/docs/man/man1/ansible-doc.1.asciidoc.in
index 39722aa545..f67019861d 100644
--- a/docs/man/man1/ansible-doc.1.asciidoc.in
+++ b/docs/man/man1/ansible-doc.1.asciidoc.in
@@ -59,7 +59,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
-*ansible-playbook*(1), *ansible*(1)
+*ansible-playbook*(1), *ansible*(1), *ansible-pull*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page:
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index d9ccd0a0d2..ecb32e81be 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -155,7 +155,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
-*ansible*(1), *ansible-pull*(1)
+*ansible*(1), *ansible-pull*(1), *ansible-doc*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page:
diff --git a/docs/man/man1/ansible-pull.1.asciidoc.in b/docs/man/man1/ansible-pull.1.asciidoc.in
index 5bf63e850e..4d3147d550 100644
--- a/docs/man/man1/ansible-pull.1.asciidoc.in
+++ b/docs/man/man1/ansible-pull.1.asciidoc.in
@@ -70,7 +70,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
-*ansible*(1), *ansible-playbook*(1)
+*ansible*(1), *ansible-playbook*(1), *ansible-doc*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page:
diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in
index 839172223d..c8833d7650 100644
--- a/docs/man/man1/ansible.1.asciidoc.in
+++ b/docs/man/man1/ansible.1.asciidoc.in
@@ -173,7 +173,7 @@ Ansible is released under the terms of the GPLv3 License.
SEE ALSO
--------
-*ansible-playbook*(1), *ansible-pull*(1)
+*ansible-playbook*(1), *ansible-pull*(1), *ansible-doc*(1)
Extensive documentation as well as IRC and mailing list info
is available on the ansible home page:
diff --git a/docsite/rst/modules.rst b/docsite/rst/modules.rst
index 6b209de9c2..841dd80f15 100644
--- a/docsite/rst/modules.rst
+++ b/docsite/rst/modules.rst
@@ -44,6 +44,13 @@ Modules are `idempotent`, meaning they will seek to avoid changes to the system
playbooks, these modules can trigger 'change events' in the form of notifying 'handlers'
to run additional tasks.
+Documention for each module can be accessed from the command line with the
+ansible-doc as well as the man command::
+
+ ansible-doc command
+
+ man ansible.template
+
Let's see what's available in the Ansible module library, out of the box: