From ba05a2c0260cb8493b16521d7d00e534c1c2a2a2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 6 Apr 2023 17:42:19 +0000 Subject: More doc typo fixes Signed-off-by: Laurent Bercot --- doc/why.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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.
  • launchd, -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.
  • -- cgit v1.2.3