diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-10-05 20:08:56 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-10-05 20:08:56 +0000 |
commit | eeb9c25b093b9797b4cffffaa53fd60f0afcd8ab (patch) | |
tree | 0a970654652c7ee28892596e550c71d86edd03d9 /lib | |
parent | 5d6a1d0a3e1e73a7b1dea0ab17890e67a8c44a09 (diff) |
add a reference to fork(2) \
from woods@mail.weird.com
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/daemon.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3 index 4384e547806..7cae5d31a3c 100644 --- a/lib/libc/gen/daemon.3 +++ b/lib/libc/gen/daemon.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daemon.3,v 1.2 1996/08/19 08:22:11 tholo Exp $ +.\" $OpenBSD: daemon.3,v 1.3 1998/10/05 20:08:55 art Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -70,6 +70,7 @@ and .Xr setsid 2 . .Sh SEE ALSO .Xr setsid 2 +.Xr fork 2 .Sh HISTORY The .Fn daemon |