Projects
Browse Source     Search     Timeline     Wiki

Changeset 23149

Show
Ignore:
Timestamp:
03/09/07 13:00:17 (21 months ago)
Author:
zarzycki@…
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launchd/src/launchctl.1

    r23082 r23149  
    8181.El 
    8282.It Ar remove Ar job_label 
    83 Remove the jobs from launchd by label. 
     83Remove the job from launchd by label. 
    8484.It Ar start Ar job_label 
    85 Start the specified jobs by label. The expected use of this subcommand is for 
     85Start the specified job by label. The expected use of this subcommand is for 
    8686debugging and testing so that one can manually kick-start an on-demand server. 
    8787.It Ar stop Ar job_label 
    88 Stop the specified jobs by label. If a job is on-demand, launchd may immediately 
     88Stop the specified job by label. If a job is on-demand, launchd may immediately 
    8989restart the job if launchd finds any criteria that is satisfied. 
    9090Non-demand based jobs will always be restarted. Use of this subcommand is discouraged.