aboutsummaryrefslogtreecommitdiffstats
path: root/man3/daemon.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/daemon.3')
-rw-r--r--man3/daemon.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/daemon.3 b/man3/daemon.3
index b27b6d2c74..a7260ae0e6 100644
--- a/man3/daemon.3
+++ b/man3/daemon.3
@@ -61,14 +61,14 @@ to \fI/dev/null\fP.
.BR fork (2)
succeeds, the parent does
.\" not .IR in order not to underline _
-.BR _exit (0),
+.IR _exit (0),
so that further errors are seen by the child only.)
On success zero will be returned.
If an error occurs,
.BR daemon ()
returns \-1 and sets the global variable
.I errno
-to any of the errors specified for the library functions
+to any of the errors specified for the
.BR fork (2)
and
.BR setsid (2).