svn commit: trunk/busybox/debianutils

vda at busybox.net vda at busybox.net
Fri Jun 20 18:24:14 UTC 2008


Author: vda
Date: 2008-06-20 11:24:14 -0700 (Fri, 20 Jun 2008)
New Revision: 22458

Log:
ssd: fix comment



Modified:
   trunk/busybox/debianutils/start_stop_daemon.c


Changeset:
Modified: trunk/busybox/debianutils/start_stop_daemon.c
===================================================================
--- trunk/busybox/debianutils/start_stop_daemon.c	2008-06-20 12:17:59 UTC (rev 22457)
+++ trunk/busybox/debianutils/start_stop_daemon.c	2008-06-20 18:24:14 UTC (rev 22458)
@@ -19,9 +19,10 @@
 
 Search for matching processes.
 If --stop is given, stop all matching processes (by sending a signal).
-If --start if given, start a new process unless a matching process was found.
+If --start is given, start a new process unless a matching process was found.
 
-Options controlling process matching:
+Options controlling process matching
+(if multiple conditions are specified, all must match):
         -u,--user USERNAME|UID  Only consider this user's processes
         -n,--name PROCESS_NAME  Look for processes by matching PROCESS_NAME
                                 with comm field in /proc/$PID/stat.
@@ -34,7 +35,6 @@
                                 Unlike -n, we match against the full path:
                                 "ntpd" != "./ntpd" != "/path/to/ntpd"
         -p,--pidfile PID_FILE   Look for processes with PID from this file
-If multiple conditions are specified, all must match.
 
 Options which are valid for --start only:
         -x,--exec EXECUTABLE    Program to run (1st arg of execvp). Mandatory.




More information about the busybox-cvs mailing list