From f6dfd9a58a6de51d619b348ceddde7b4fb6208cc Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Fri, 25 Feb 2022 07:10:07 -0500 Subject: [PATCH] nk/exec.c: Update documentation comment --- nk/exec.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nk/exec.c b/nk/exec.c index b49dc1c..9057702 100644 --- a/nk/exec.c +++ b/nk/exec.c @@ -37,13 +37,10 @@ } while (0) /* + * xe: contains generated env and backing buffer * 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 * 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: * 0 on success