aboutsummaryrefslogtreecommitdiffstats
path: root/man3/daemon.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/daemon.3')
-rw-r--r--man3/daemon.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/daemon.3 b/man3/daemon.3
index 18b7e7950c..ab2f9e875a 100644
--- a/man3/daemon.3
+++ b/man3/daemon.3
@@ -72,6 +72,12 @@ to any of the errors specified for the
.BR fork (2)
and
.BR setsid (2).
+.SH CONFORMING TO
+Not in POSIX.1-2001.
+A similar function appears on the BSDs.
+The
+.BR daemon ()
+function first appeared in 4.4BSD.
.SH NOTES
The glibc implementation can also return \-1 when
.I /dev/null
@@ -80,12 +86,6 @@ major and minor numbers.
In this case
.I errno
need not be set.
-.SH CONFORMING TO
-Not in POSIX.1-2001.
-A similar function appears on the BSDs.
-The
-.BR daemon ()
-function first appeared in 4.4BSD.
.SH "SEE ALSO"
.BR fork (2),
.BR setsid (2)