From 82830f191dc040e1e4087604260c10f20de44a7e Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@brief.schottelius.org>
Date: Wed, 7 Nov 2012 18:04:49 +0100
Subject: [PATCH] link __process to __start_on_boot and vice versa

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
---
 cdist/conf/type/__process/man.text       | 3 +--
 cdist/conf/type/__start_on_boot/man.text | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

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