summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2014-10-28 23:09:53 +0100
committerJunio C Hamano <gitster@pobox.com>2014-10-28 15:25:25 -0700
commit96ef1bdc654932cf2707a1b70a9502842a1014f7 (patch)
tree3e39d3cf71587dc7f44b4d53ddaf964d75043879
parent1f87293d78a4b2bd9265bac49b14a6f1111918b8 (diff)
downloadgit-96ef1bdc654932cf2707a1b70a9502842a1014f7.tar.gz
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.txt2
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.