summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-10-05 20:08:56 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-10-05 20:08:56 +0000
commiteeb9c25b093b9797b4cffffaa53fd60f0afcd8ab (patch)
tree0a970654652c7ee28892596e550c71d86edd03d9 /lib
parent5d6a1d0a3e1e73a7b1dea0ab17890e67a8c44a09 (diff)
add a reference to fork(2) \
from woods@mail.weird.com
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/daemon.33
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