2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-30 20:12:31 +00:00

updated examples

This commit is contained in:
klemens-morgenstern
2016-10-23 01:38:14 +02:00
parent 1c0f992721
commit d7ff198dc0
18 changed files with 138 additions and 296 deletions

View File

@@ -84,7 +84,7 @@ class child
/** Get the native handle for the child process. */
native_handle_t native_handle() const;
/** Get the exit_code. The return value is without any meaning if the child wasn't waited for. */
/** Get the exit_code. The return value is without any meaning if the child wasn't waited for or if it was terminated. */
int exit_code() const;
/** Get the Process Identifier. */
pid_t id() const;