Revision
23351
Author
zarzycki@apple.com
Date
2007-09-04 14:19:55 -0700 (Tue, 04 Sep 2007)

Log Message

<rdar://problem/5453284> DOC: typo in the launchctl(1) man page

Modified Paths

Diff

Modified: trunk/launchd/src/launchctl.1 (23350 => 23351)


--- trunk/launchd/src/launchctl.1	2007-09-04 21:18:30 UTC (rev 23350)
+++ trunk/launchd/src/launchctl.1	2007-09-04 21:19:55 UTC (rev 23351)
@@ -143,7 +143,7 @@
 This prints out Mach bootstrap services and their respective states. While the
 namespace appears flat, it is in fact hierarchical, thus allowing for certain
 services to be only available to a subset of processes. The three states a
-service can be in are active ("A"), in-active ("I") and on-demand ("D").
+service can be in are active ("A"), inactive ("I") and on-demand ("D").
 .It Ar bsexec Ar PID command Op Ar args
 This executes the given command in the same Mach bootstrap namespace hierachy
 as the given PID.