aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/developer.texi
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 22:03:35 +0000
committerng0 <ng0@n0.is>2019-08-16 22:03:35 +0000
commit62c2b644cca53198e02032a27b26ce96a7cb32c9 (patch)
tree3aebe0c379342bf33c72cbe55a6acd5409121a50 /doc/handbook/chapters/developer.texi
parentf5f5c039e6a08b72a9a7432c5e82afa593bb7fda (diff)
downloadgnunet-62c2b644cca53198e02032a27b26ce96a7cb32c9.tar.gz
gnunet-62c2b644cca53198e02032a27b26ce96a7cb32c9.zip
testcase comment
Diffstat (limited to 'doc/handbook/chapters/developer.texi')
-rw-r--r--doc/handbook/chapters/developer.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index 98beaac33..3da2dcd88 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -1648,6 +1648,7 @@ However, most of the time only one ARM process is needed. Note that on
1648exit, the testcase should shutdown ARM with a @code{TERM} signal (to give 1648exit, the testcase should shutdown ARM with a @code{TERM} signal (to give
1649it the chance to cleanly stop its child processes). 1649it the chance to cleanly stop its child processes).
1650 1650
1651@c TODO: Is this still compiling and working as intended?
1651The following code illustrates spawning and killing an ARM process from a 1652The following code illustrates spawning and killing an ARM process from a
1652testcase: 1653testcase:
1653 1654