summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/user_guide
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-04-18 09:14:26 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-04-18 10:06:01 -0700
commit8cdd75a09f471961f949428f689e7083bbeff2b5 (patch)
treecb5a340d393e143eabc2091cc7be97d3c748e765 /docs/docsite/rst/user_guide
parent6b970348b15d3c8fba93d307a9bfd3bbf1aa0e0c (diff)
downloadansible-8cdd75a09f471961f949428f689e7083bbeff2b5.tar.gz
Some more fixes for the docs :ref: disambiguation
The big one is that we needed to set plugin_type when we processed the by_support template. Also added to list_of_CATEGORY_plugins page (which might not be used) and corrected a place where I did module_name instead of name_module
Diffstat (limited to 'docs/docsite/rst/user_guide')
-rw-r--r--docs/docsite/rst/user_guide/intro_adhoc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/user_guide/intro_adhoc.rst b/docs/docsite/rst/user_guide/intro_adhoc.rst
index 0dd9e9fb6e..a6b6f9d6f9 100644
--- a/docs/docsite/rst/user_guide/intro_adhoc.rst
+++ b/docs/docsite/rst/user_guide/intro_adhoc.rst
@@ -94,12 +94,12 @@ specify that all of the time. We'll use ``-m`` in later examples to
run some other :doc:`modules`.
.. note::
- The :ref:`command module <module_command>` does not support extended shell syntax like piping and
+ The :ref:`command module <command_module>` does not support extended shell syntax like piping and
redirects (although shell variables will always work). If your command requires shell-specific
syntax, use the `shell` module instead. Read more about the differences on the
:ref:`working_with_modules` page.
-Using the :ref:`shell module <module_shell>` looks like this::
+Using the :ref:`shell module <shell_module>` looks like this::
$ ansible raleigh -m shell -a 'echo $TERM'