diff options
Diffstat (limited to 'doc/chpst.8.html')
-rw-r--r-- | doc/chpst.8.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/chpst.8.html b/doc/chpst.8.html index 0337087..97d90f2 100644 --- a/doc/chpst.8.html +++ b/doc/chpst.8.html @@ -12,7 +12,7 @@ chpst - runs a program with a changed process state <h2><a name='sect1'>Synopsis</a></h2> <b>chpst</b> [-vP012] -[-u <i>user</i>] [-U <i>user</i>] [-e <i>dir</i>] [-/ <i>root</i>] [-n <i>inc</i>] [-l|-L <i>lock</i>] [-m <i>bytes</i>] [-d <i>bytes</i>] +[-u <i>user</i>] [-U <i>user</i>] [-b <i>argv0</i>] [-e <i>dir</i>] [-/ <i>root</i>] [-n <i>inc</i>] [-l|-L <i>lock</i>] [-m <i>bytes</i>] [-d <i>bytes</i>] [-o <i>n</i>] [-p <i>n</i>] [-f <i>bytes</i>] [-c <i>bytes</i>] <i>prog</i> <h2><a name='sect2'>Description</a></h2> <i>prog</i> consists of one or @@ -41,6 +41,10 @@ as found in <i>/etc/group</i>, instead of <i>user</i>’s gid. If <i>user</i colon, the <i>user</i> and <i>group</i> arguments are interpreted as uid and gid respectivly, and not looked up in the password or group file. </dd> +<dt><b>-b <i>argv0</b> </i></dt> +<dd>argv0. Run <i>prog</i> +with <i>argv0</i> as the 0th argument. </dd> + <dt><b>-e <i>dir</b> </i></dt> <dd>envdir. Set various environment variables as specified by files in the directory <i>dir</i>: If <i>dir</i> |