summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-04-06 17:42:19 +0000
committerLaurent Bercot <ska@appnovation.com>2023-04-06 17:42:19 +0000
commitba05a2c0260cb8493b16521d7d00e534c1c2a2a2 (patch)
tree5bee6e2290e110c163fc81be59556594e7538675
parentbf5b6315e7a6907c6a95564e7042f90f9aed632a (diff)
downloads6-rc-ba05a2c0260cb8493b16521d7d00e534c1c2a2a2.tar.xz
More doc typo fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/why.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/why.html b/doc/why.html
index b737c89..1e3d3de 100644
--- a/doc/why.html
+++ b/doc/why.html
@@ -184,12 +184,12 @@ on the processes it spawned in order to keep track of their forks. If
you don't know what that means: it's complete insanity, using a debug
feature in prodution, with heavy impact on security and efficiency. </li>
<li> <a href="https://en.wikipedia.org/wiki/Launchd">launchd</a>,
-Darwin's init and service manager. The wikipedia page (linked here
+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 launchctl
-has to link in a XML parsing library, and it communicates with process 1
+has to link in an 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>