aboutsummaryrefslogtreecommitdiff
path: root/butl
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-19 04:09:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-19 04:09:58 +0200
commit23a129810c6c2fc6abc37945079733eb98121282 (patch)
treea1a966f4e246573cd2020fe50ce6796dc94b8b40 /butl
parent23916db38cab1264ba844ce04cdcbb1b424d7942 (diff)
Add some documentation
Diffstat (limited to 'butl')
-rw-r--r--butl/process4
1 files changed, 4 insertions, 0 deletions
diff --git a/butl/process b/butl/process
index c16e39e..c316904 100644
--- a/butl/process
+++ b/butl/process
@@ -44,6 +44,10 @@ namespace butl
process_child_error (int e): process_error (e, true) {}
};
+ // Process arguments (i.e., the command line). The first must be an
+ // executable name and the last element should be NULL. Can also be the
+ // multi-process piped command line (see process::print() for details).
+ //
struct process_args
{
const char* const* argv;