diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-15 05:46:45 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-15 05:46:45 +0000 |
| commit | db4bf819d65bd79d4525b5bbfd9ea6dc4c23e40d (patch) | |
| tree | d6c77ef73c6e616ec5f0349c2151b9b090636ee9 /man3 | |
| parent | a05dfaec95310b319cdc0f9b68973ce47e73c41f (diff) | |
| download | man-pages-db4bf819d65bd79d4525b5bbfd9ea6dc4c23e40d.tar.gz | |
Minor wording and formatting changes
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/daemon.3 | 4 |
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). |
