diff --git a/cdist/conf/type/__process/man.text b/cdist/conf/type/__process/man.text
index 961a7f9a..929ba6a0 100644
--- a/cdist/conf/type/__process/man.text
+++ b/cdist/conf/type/__process/man.text
@@ -17,8 +17,6 @@ REQUIRED PARAMETERS
 -------------------
 state::
    State of the process: Either present or absent
-   (old values "stopped" and "running" are deprecated and will be removed in
-   cdist 2.1).
 
 
 OPTIONAL PARAMETERS
@@ -66,6 +64,7 @@ __process rpcstatd --state present --start "/etc/init.d/statd start" \
 SEE ALSO
 --------
 - cdist-type(7)
+- cdist-type__start_on_boot(7)
 
 
 COPYING
diff --git a/cdist/conf/type/__start_on_boot/man.text b/cdist/conf/type/__start_on_boot/man.text
index 0e75c9ab..58a68d65 100644
--- a/cdist/conf/type/__start_on_boot/man.text
+++ b/cdist/conf/type/__start_on_boot/man.text
@@ -45,6 +45,7 @@ __start_on_boot puppet --state absent
 SEE ALSO
 --------
 - cdist-type(7)
+- cdist-type__process(7)
 
 
 COPYING