summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-02-25 23:08:41 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-02-25 23:08:41 +0000
commita63e202de478854222bf314ad489028e9ac33d09 (patch)
tree9637e57aa5d54ca0d704fb2bf49f3e11aedfdc34
parentf3273219e64775f51737817f0d2174855ada781e (diff)
downloads6-rc-a63e202de478854222bf314ad489028e9ac33d09.tar.xz
Doc fix (thanks awilfox)
-rw-r--r--doc/why.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/why.html b/doc/why.html
index 8c4c869..775f81d 100644
--- a/doc/why.html
+++ b/doc/why.html
@@ -187,8 +187,9 @@ Darwin's init and service manager. The wikipedia page (linked here
because Apple doesn't see fit to provide a documentation page for
launchd) is very clear: it replaces init, rc, init.d/rc.d,
SystemStarter, inetd, crontd, atd and watchdogd. It does all of this
-in process 1. And it uses XML for daemon configuration, so process 1
-has to link in a XML parsing library. Is this the sleek, elegant
+in process 1. And it uses XML for daemon configuration, so launchctl
+has to link in a XML parsing library, and it communicates with process 1
+via a Mach-specific IPC mechanism. Is this the sleek, elegant
design that Apple is usually known for? Stick to selling iPhones,
guys. </li>
<li> <a href="http://www.freedesktop.org/wiki/Software/systemd/">systemd</a>,