aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-15 05:46:45 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-15 05:46:45 +0000
commitdb4bf819d65bd79d4525b5bbfd9ea6dc4c23e40d (patch)
treed6c77ef73c6e616ec5f0349c2151b9b090636ee9 /man3
parenta05dfaec95310b319cdc0f9b68973ce47e73c41f (diff)
downloadman-pages-db4bf819d65bd79d4525b5bbfd9ea6dc4c23e40d.tar.gz
Minor wording and formatting changes
Diffstat (limited to 'man3')
-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).