Fix spelling errors in manpages

remotes/origin/freebsd-improvements
Dmitry Bogatov 7 years ago committed by Darko Poljak
parent 7de80678f0
commit 958222133b
  1. 2
      cdist/conf/type/__docker_swarm/man.rst
  2. 2
      docs/src/cdist-inventory.rst
  3. 4
      docs/src/man1/cdist.rst

@ -28,7 +28,7 @@ EXAMPLES
.. code-block:: sh
# Initalizes a swarm
# Initializes a swarm
__docker_swarm
# Leaves a swarm

@ -64,7 +64,7 @@ Examples
# Delete hosts from file old-hosts from inventory
$ cdist inventory del-host -b -f old-hosts
# Add tags to specifed hosts
# Add tags to specified hosts
$ cdist inventory add-tag -b -t europe,croatia,web,static web1 web2
# Add tag to all hosts in inventory

@ -129,7 +129,7 @@ Install command is currently in beta.
Enable beta functionality.
**-C CACHE_PATH_PATTERN, --cache-path-pattern CACHE_PATH_PATTERN**
Sepcify custom cache path pattern. If it is not set then
Specify custom cache path pattern. If it is not set then
default hostdir is used. For more info on format see
:strong:`CACHE PATH PATTERN FORMAT` below.
@ -604,7 +604,7 @@ EXAMPLES
# Delete hosts from file old-hosts from inventory
% cdist inventory del-host -b -f old-hosts
# Add tags to specifed hosts
# Add tags to specified hosts
% cdist inventory add-tag -b -t europe,croatia,web,static web1 web2
# Add tag to all hosts in inventory

Loading…
Cancel
Save