aboutsummaryrefslogtreecommitdiffstats
path: root/man2/fork.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-03 10:05:09 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-03 10:05:09 +1300
commit9fa3ad83b36df97b400b34a387c34d60e44474ad (patch)
treee3b22e7df4a4296dd75e2bf83d2de5f9a4c2f9dc /man2/fork.2
parent2da325d7ff3dbec52cc607a91ca3f111c360d161 (diff)
downloadman-pages-9fa3ad83b36df97b400b34a387c34d60e44474ad.tar.gz
fork.2: SEE ALSO: add daemon(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/fork.2')
-rw-r--r--man2/fork.23
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/fork.2 b/man2/fork.2
index 4c33d46e9d..efe3fa4dc2 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -36,7 +36,7 @@
.\" Greatly expanded, to describe all attributes that differ
.\" parent and child.
.\"
-.TH FORK 2 2008-04-22 "Linux" "Linux Programmer's Manual"
+.TH FORK 2 2009-02-04 "Linux" "Linux Programmer's Manual"
.SH NAME
fork \- create a child process
.SH SYNOPSIS
@@ -219,5 +219,6 @@ and
.BR unshare (2),
.BR vfork (2),
.BR wait (2),
+.BR daemon (3)
.BR capabilities (7),
.BR credentials (7)