summaryrefslogtreecommitdiff
path: root/docs/man/man1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man1')
-rw-r--r--docs/man/man1/ansible-galaxy.1.asciidoc.in4
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in2
-rw-r--r--docs/man/man1/ansible-vault.1.asciidoc.in2
-rw-r--r--docs/man/man1/ansible.1.asciidoc.in2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/man1/ansible-galaxy.1.asciidoc.in b/docs/man/man1/ansible-galaxy.1.asciidoc.in
index 9ffe65e45a..3b694c6705 100644
--- a/docs/man/man1/ansible-galaxy.1.asciidoc.in
+++ b/docs/man/man1/ansible-galaxy.1.asciidoc.in
@@ -127,7 +127,7 @@ Don't query the galaxy API when creating roles
LIST
----
-The *list* sub-command is used to show what roles are currently instaled.
+The *list* sub-command is used to show what roles are currently installed.
You can specify a role name, and if installed only that role will be shown.
USAGE
@@ -334,7 +334,7 @@ Override the default server https://galaxy.ansible.com.
--list::
-Show your configured integrations. Provids the ID of each integration
+Show your configured integrations. Provides the ID of each integration
which can be used with the remove option.
--remove::
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index c9170503ac..aed13b8938 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -144,7 +144,7 @@ Run operations with su (deprecated, use become).
*-R SU-USER*, *--su-user=*'SU_USER'::
-run operations with su as this user (default=root) (deprecated, use become).
+Run operations with su as this user (default=root) (deprecated, use become).
*-s*, *--sudo*::
diff --git a/docs/man/man1/ansible-vault.1.asciidoc.in b/docs/man/man1/ansible-vault.1.asciidoc.in
index 2162f980b3..1c5396afa0 100644
--- a/docs/man/man1/ansible-vault.1.asciidoc.in
+++ b/docs/man/man1/ansible-vault.1.asciidoc.in
@@ -52,7 +52,7 @@ the password.
Show a help message related to the given sub-command.
-If '--valut-password-file' is not supplied ansib-vault will automatically prompt for passwords as required.
+If '--vault-password-file' is not supplied ansible-vault will automatically prompt for passwords as required.
CREATE
diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in
index b39708e78d..a35ccc8ad9 100644
--- a/docs/man/man1/ansible.1.asciidoc.in
+++ b/docs/man/man1/ansible.1.asciidoc.in
@@ -104,7 +104,7 @@ Show help message and exit.
*-i* 'PATH', *--inventory=*'PATH'::
The 'PATH' to the inventory, which defaults to '/etc/ansible/hosts'.
-Alternatively you can use a comma separated list of hosts or single host with traling comma 'host,'.
+Alternatively you can use a comma separated list of hosts or single host with trailing comma 'host,'.
*-l* 'SUBSET', *--limit=*'SUBSET'::