From 41ee5125962352e439a4d5273e4fe9088e4fd1e7 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Sat, 25 Jun 2011 23:12:38 +0200
Subject: [PATCH] update doc of __process: cannot start sshd, shouldn't stop
 sshd

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 conf/type/__process/man.text | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/conf/type/__process/man.text b/conf/type/__process/man.text
index 3f7004c7..fd3bcf49 100644
--- a/conf/type/__process/man.text
+++ b/conf/type/__process/man.text
@@ -35,16 +35,16 @@ EXAMPLES
 --------
 
 --------------------------------------------------------------------------------
-# Start /usr/sbin/sshd if not running
-__process /usr/sbin/sshd --state running
+# Start if not running
+__process /usr/sbin/syslog-ng --state running
 
-# Start /usr/sbin/sshd if not running with a different binary
-__process /usr/sbin/sshd --state running --start "/etc/rc.d/sshd start"
+# Start if not running with a different binary
+__process /usr/sbin/nginx --state running --start "/etc/rc.d/nginx start"
 
-# Stop the process using kill (the type default)
+# Stop the process using kill (the type default) - DO NOT USE THIS
 __process /usr/sbin/sshd --state stopped
 
-# Stop the process using /etc/rc.d/sshd stop
+# Stop the process using /etc/rc.d/sshd stop - THIS ONE NOT AS WELL
 __process /usr/sbin/sshd --state stopped --stop "/etc/rc.d/sshd stop"
 
 # Ensure cups is running, which runs with -C ...: