diff --git a/doc/man/cdist-environment.text b/doc/man/cdist-environment.text index 50dfd60b..b8db420e 100644 --- a/doc/man/cdist-environment.text +++ b/doc/man/cdist-environment.text @@ -18,7 +18,7 @@ These prefixes are supposed to be used. If you write a new type, you should stick to these conventions. - __: All variables setup by cdist are prefixed with a double _ -- __core: Variables setup by the cdist core +- __cdist_: Variables setup by the cdist core - ___: Variable setup by type diff --git a/doc/man/cdist-language.text b/doc/man/cdist-language.text index 6ada06b4..d920ac8f 100644 --- a/doc/man/cdist-language.text +++ b/doc/man/cdist-language.text @@ -12,7 +12,7 @@ DESCRIPTION ----------- A cdist configuration consists of the following parts: -- host definitions (cdist-language-hosts(7)) +- manifests (cdist-manifests(7)) - library (cdist-language-library(7)) - modules (cdist-language-modules(7))