aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-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