summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorJustin Clift <justin@postgresql.org>2016-09-19 13:10:01 +0100
committerMichael Scherer <mscherer@users.noreply.github.com>2016-09-19 14:10:01 +0200
commit49228d473bfe911c61b12e811386100cce68f745 (patch)
treeee01a7424c6fe43363ea0294e5b393cef65dbd27 /docsite
parent3f6f4617dc2dcf4f6ffcff0bc9d2a2756a225969 (diff)
downloadansible-49228d473bfe911c61b12e811386100cce68f745.tar.gz
Minor typo fix for FreeBSD (#17633)
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/intro_bsd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_bsd.rst b/docsite/rst/intro_bsd.rst
index 26cfb985b8..a587c53939 100644
--- a/docsite/rst/intro_bsd.rst
+++ b/docsite/rst/intro_bsd.rst
@@ -32,7 +32,7 @@ On your control machine you can simply execute the following for most versions o
Once this is done you can now use other Ansible modules apart from the ``raw`` module.
.. note::
- This example used pkg_add as used on FreeBSD, however you should be able to substitute the appropriate package tool for your BSD; the package name may also differ. Refer to the package list or documentation of the BSD variant you are using for the exact Python package name you intend to install.
+ This example used pkg as used on FreeBSD, however you should be able to substitute the appropriate package tool for your BSD; the package name may also differ. Refer to the package list or documentation of the BSD variant you are using for the exact Python package name you intend to install.
.. _python_location: