]> git.saurik.com Git - apple/libc.git/blame - gen/FreeBSD/daemon.3.patch
Libc-763.12.tar.gz
[apple/libc.git] / gen / FreeBSD / daemon.3.patch
CommitLineData
1f2f436a
A
1--- daemon.3.orig 2009-11-07 14:51:37.000000000 -0800
2+++ daemon.3 2009-11-07 14:51:40.000000000 -0800
3@@ -45,6 +45,8 @@ The
224c7076
A
4 .Fn daemon
5 function is for programs wishing to detach themselves from the
6 controlling terminal and run in the background as system daemons.
7+On Mac OS X, the use of this API is discouraged in favor of using
8+.Xr launchd 8 .
9 .Pp
10 Unless the argument
11 .Fa nochdir