[launchd-changes] [23149] trunk/launchd/src/launchctl.1

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 9 13:00:17 PST 2007


Revision: 23149
          http://trac.macosforge.org/projects/launchd/changeset/23149
Author:   zarzycki at apple.com
Date:     2007-03-09 13:00:17 -0800 (Fri, 09 Mar 2007)

Log Message:
-----------
<rdar://problem/5025975> Launchctl man pages says it takes multiple job labels, it only takes one

Modified Paths:
--------------
    trunk/launchd/src/launchctl.1

Modified: trunk/launchd/src/launchctl.1
===================================================================
--- trunk/launchd/src/launchctl.1	2007-03-08 23:41:29 UTC (rev 23148)
+++ trunk/launchd/src/launchctl.1	2007-03-09 21:00:17 UTC (rev 23149)
@@ -80,12 +80,12 @@
 Where to send the stderr of the program.
 .El
 .It Ar remove Ar job_label
-Remove the jobs from launchd by label.
+Remove the job from launchd by label.
 .It Ar start Ar job_label
-Start the specified jobs by label. The expected use of this subcommand is for
+Start the specified job by label. The expected use of this subcommand is for
 debugging and testing so that one can manually kick-start an on-demand server.
 .It Ar stop Ar job_label
-Stop the specified jobs by label. If a job is on-demand, launchd may immediately
+Stop the specified job by label. If a job is on-demand, launchd may immediately
 restart the job if launchd finds any criteria that is satisfied.
 Non-demand based jobs will always be restarted. Use of this subcommand is discouraged.
 Jobs should ideally idle timeout by themselves.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070309/befcdcc1/attachment.html


More information about the launchd-changes mailing list