From 2a65be81cfdc70ad15f741ec3411722edee7bdf5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 8 Feb 2011 00:18:05 +0100 Subject: [PATCH] note status in manpage Signed-off-by: Nico Schottelius --- doc/man/cdist-stages.text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/cdist-stages.text b/doc/man/cdist-stages.text index 69cea7d1..fc43d7da 100644 --- a/doc/man/cdist-stages.text +++ b/doc/man/cdist-stages.text @@ -50,7 +50,7 @@ cdist passes through different stages: objects try to create the same object, which indicates a broken configuration. -- Third stage: Code generation +- Third stage: Code generation [TODO] The "gencode" binary of the types for every existing object is called to generate code that will be executed on the target host. @@ -62,7 +62,7 @@ cdist passes through different stages: A description of what the generated code may/must/should do can be found in cdist-types-gencode(7). -- Fourth stage: +- Fourth stage: [TODO] The resulting code is transferred to the target host and executed, the run of cdist-deploy-to(1) ends.