diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-31 11:49:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-31 11:49:49 -0700 |
commit | 598d7eb160c46e55cf5dc07d04c8c917bc0dd646 (patch) | |
tree | 3849b50dd108ef24544500f1ddc24a0cf57a194a /Documentation/technical/api-run-command.txt | |
parent | bf1f639ea2cb54f5dee2f1fe3435d0072ede9abb (diff) | |
parent | 96ef1bdc654932cf2707a1b70a9502842a1014f7 (diff) | |
download | git-598d7eb160c46e55cf5dc07d04c8c917bc0dd646.tar.gz git-598d7eb160c46e55cf5dc07d04c8c917bc0dd646.tar.xz |
Merge branch 'rs/child-process-init'
* rs/child-process-init:
api-run-command: add missing list item marker
Diffstat (limited to 'Documentation/technical/api-run-command.txt')
-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 3f12fcdd4..a9fdb45b9 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. |