nk/exec.c: Update documentation comment
This commit is contained in:
parent
9cd65f35d9
commit
f6dfd9a58a
@ -37,13 +37,10 @@
|
|||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* xe: contains generated env and backing buffer
|
||||||
* uid: userid of the user account that the environment will constructed for
|
* uid: userid of the user account that the environment will constructed for
|
||||||
* chroot_path: path where the environment will be chrooted or NULL if no chroot
|
* chroot_path: path where the environment will be chrooted or NULL if no chroot
|
||||||
* path_var: value of the PATH variable in the environment or defaults if NULL
|
* path_var: value of the PATH variable in the environment or defaults if NULL
|
||||||
* env: array of character pointers that will be filled in with the new environment
|
|
||||||
* envlen: number of character pointers available in env; a terminal '0' ptr must be available
|
|
||||||
* envbuf: character buffer that will be used for storing state associated with env
|
|
||||||
* envbuflen: number of available characters in envbuf for use
|
|
||||||
*
|
*
|
||||||
* returns:
|
* returns:
|
||||||
* 0 on success
|
* 0 on success
|
||||||
|
Loading…
Reference in New Issue
Block a user