mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Fix redundancy in comment.
This commit is contained in:
parent
ec173f12fb
commit
19c39fe1e2
@ -25,8 +25,8 @@ forkSafe(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************************************************************************
|
/***********************************************************************************************************************************
|
||||||
Detach a forked process and detach it so it can continue running after the parent process has exited. This is not a typical daemon
|
Detach a forked process so it can continue running after the parent process has exited. This is not a typical daemon startup
|
||||||
startup because the parent process may continue to run and perform work for some time.
|
because the parent process may continue to run and perform work for some time.
|
||||||
***********************************************************************************************************************************/
|
***********************************************************************************************************************************/
|
||||||
void
|
void
|
||||||
forkDetach(void)
|
forkDetach(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user