Update some comments
This commit is contained in:
parent
5a89459783
commit
4e92314d96
@ -61,12 +61,12 @@
|
|||||||
* NOTE: daemon() is a non-standard GNU C library interface (based on a
|
* NOTE: daemon() is a non-standard GNU C library interface (based on a
|
||||||
* BSD interface of the same way which behaves slightly differently).
|
* BSD interface of the same way which behaves slightly differently).
|
||||||
* The interfaces defined at OpenGroup.org are the interfaces that govern
|
* The interfaces defined at OpenGroup.org are the interfaces that govern
|
||||||
* NuttX. deamon() is only described in the Linux man pages like:\
|
* NuttX. deamon() is only described in the Linux man pages like:
|
||||||
* http://man7.org/linux/man-pages/man3/daemon.3.html
|
* http://man7.org/linux/man-pages/man3/daemon.3.html
|
||||||
*
|
*
|
||||||
* Limitations:
|
* Limitations:
|
||||||
* NuttX does not implement controlling terminals so the primary purpose
|
* NuttX does not implement controlling terminals so the primary purpose
|
||||||
* of this interface is not supported. Additional operations controlled
|
* of this interface cannot be supported. Additional operations controlled
|
||||||
* by input parameters are supported, however.
|
* by input parameters are supported, however.
|
||||||
*
|
*
|
||||||
* It is not possible to support a true Linux daemon() helper function
|
* It is not possible to support a true Linux daemon() helper function
|
||||||
@ -91,7 +91,7 @@
|
|||||||
*
|
*
|
||||||
* This implementation begins essentially 'pretending' that we forked
|
* This implementation begins essentially 'pretending' that we forked
|
||||||
* and that the fork was successful and that we are the child of the
|
* and that the fork was successful and that we are the child of the
|
||||||
* vim fork.
|
* fork.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* nochdir - If nochdir is zero, daemon() changes the process's current
|
* nochdir - If nochdir is zero, daemon() changes the process's current
|
||||||
|
Loading…
Reference in New Issue
Block a user