diff --git a/doc/man/cdist-reference.text.sh b/doc/man/cdist-reference.text.sh index a80a6ce3..257ca36e 100755 --- a/doc/man/cdist-reference.text.sh +++ b/doc/man/cdist-reference.text.sh @@ -165,11 +165,6 @@ changed:: ENVIRONMENT VARIABLES --------------------- -__debug:: - If this variable is setup, cdist runs in debug mode. - You can use this information, to only output stuff in debug - mode as well. - Available for: initial manifest, type manifest, gencode, code __explorer:: Directory that contains all global explorers. Available for: explorer diff --git a/doc/man/man7/cdist-tutorial.text b/doc/man/man7/cdist-tutorial.text index c547b3e5..71bf18c0 100644 --- a/doc/man/man7/cdist-tutorial.text +++ b/doc/man/man7/cdist-tutorial.text @@ -40,7 +40,11 @@ global, type explorer DEBUGGING YOUR TYPES -------------------- - +__debug:: + If this variable is setup, cdist runs in debug mode. + You can use this information, to only output stuff in debug + mode as well. + Available for: initial manifest, type manifest, gencode, code