diff options
Diffstat (limited to 'man3/daemon.3')
| -rw-r--r-- | man3/daemon.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/daemon.3 b/man3/daemon.3 index a7260ae0e6..a51fe5aa13 100644 --- a/man3/daemon.3 +++ b/man3/daemon.3 @@ -72,9 +72,6 @@ to any of the errors specified for the .BR fork (2) and .BR setsid (2). -.SH "SEE ALSO" -.BR fork (2), -.BR setsid (2) .SH NOTES The glibc implementation can also return \-1 when .I /dev/null @@ -89,3 +86,6 @@ 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) |
