From d6ca07795991ffa444a0219a6edfd24b2430fea3 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Sun, 11 Jun 2017 13:58:47 +0200 Subject: [PATCH] Fix cdist man page text. --- docs/src/man1/cdist.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/man1/cdist.rst b/docs/src/man1/cdist.rst index adabe052..e975a407 100644 --- a/docs/src/man1/cdist.rst +++ b/docs/src/man1/cdist.rst @@ -268,12 +268,12 @@ This limit is controlled with sshd :strong:`MaxSessions` configuration options. For more details refer to :strong:`sshd_config`\ (5). When requirements for the same object are defined in different manifests (see -example below) in init manifest and in some other type manifest and they differs -then dependency resolver cannot detect dependencies right. This happens because -cdist cannot prepare all objects first and then run objects because some -object can depend on the result of type explorer(s) and explorers are executed -during object run. cdist will detect such case and write warning message. -Example for such a case: +example below), for example, in init manifest and in some other type manifest +and those requirements differ then dependency resolver cannot detect +dependencies right. This happens because cdist cannot prepare all objects first +and run all objects afterwards. Some object can depend on the result of type +explorer(s) and explorers are executed during object run. cdist will detect +such case and write warning message. Example for such a case: .. code-block:: sh