Skip to content

Commit

Permalink
Cleanup docs according to real behavior.
Browse files Browse the repository at this point in the history
 * --stderr option behavior
 * notice absence of keys in meta-files
  • Loading branch information
xelez committed Oct 23, 2017
1 parent a86f4a7 commit c628175
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions isolate.1.txt
Expand Up @@ -101,9 +101,8 @@ OPTIONS

*-r, --stderr=*'file'::
Redirect standard error output to 'file'. The 'file' has to be accessible
inside the sandbox. Otherwise, standard error output is inherited from
the parent process and both the sandboxed process and the sandbox manager
can write their status messages to it.
inside the sandbox. Otherwise, standard error output is redirected to stdout
(either inherited from parent process or redirected to file via previous option).

*-c, --chdir=*'dir'::
Change directory to 'dir' before executing the program. This path must be
Expand Down Expand Up @@ -256,6 +255,9 @@ of format 'key'*:*'value'. The following keys are defined:
*time-wall*::
Wall clock time of the program in fractional seconds.

Notice, that many of these keys maybe absent.
For example, no *exitcode*, *status* or *message* on normal termination.

RETURN VALUE
------------
When the program inside the sandbox finishes correctly, the sandbox returns 0.
Expand Down

0 comments on commit c628175

Please sign in to comment.