diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 18:25:50 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 18:25:50 +0000 |
| commit | e37e328263f0fdf188edcdeb820621ecd67a32f6 (patch) | |
| tree | 623fba7a9e3a09a42df3fa237c5e6f4c430700cb /man3/daemon.3 | |
| parent | 8af1ba10bd5ee1b92995fce133803f16156dca94 (diff) | |
| download | man-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz | |
Move SEE ALSO section to end of page
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) |
