diff options
author | René Scharfe <l.s.r@web.de> | 2014-10-28 23:09:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-28 15:25:25 -0700 |
commit | 96ef1bdc654932cf2707a1b70a9502842a1014f7 (patch) | |
tree | 3e39d3cf71587dc7f44b4d53ddaf964d75043879 | |
parent | run-command: inline prepare_run_command_v_opt() (diff) | |
download | tgif-96ef1bdc654932cf2707a1b70a9502842a1014f7.tar.xz |
api-run-command: add missing list item marker
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/technical/api-run-command.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-run-command.txt b/Documentation/technical/api-run-command.txt index 842b8389eb..866792f42e 100644 --- a/Documentation/technical/api-run-command.txt +++ b/Documentation/technical/api-run-command.txt @@ -13,7 +13,7 @@ produces in the caller in order to process it. Functions --------- -`child_process_init` +`child_process_init`:: Initialize a struct child_process variable. |