Update 20130530175518

This commit is contained in:
Tony Garnock-Jones 2013-05-30 17:55:18 -04:00
parent 30c86eb193
commit be26bc1347
3 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -132,7 +132,7 @@ should be an expression yielding a <span class="RktSym"><a href="#%28form._%28%2
the child process&rsquo;s initial state and initial actions.</div></p><p>If <span class="RktPn">#:pid</span> is supplied, the associated identifier is bound to
the child process&rsquo;s PID in both <span class="RktVar">boot-expr</span> and the parent&rsquo;s
<span class="RktVar">k-expr</span>.</p><p>Any supplied <span class="RktPn">#:debug-name</span> will be used in VM debug output.
See also <a href="Management_and_Monitoring.html#%28part._logging%29" data-pltdoc="x">logging (MATRIX_LOG)</a>.</p><p>If <span class="RktPn">#:parent</span> is supplied, the associated <span class="RktVar">k-expr</span> will
See also <a href="Management_and_Monitoring.html#%28part._logging%29" data-pltdoc="x">logging (MARKETPLACE_LOG)</a>.</p><p>If <span class="RktPn">#:parent</span> is supplied, the associated <span class="RktVar">k-expr</span> will
run in the parent process after the child process has been created. If
the <span class="RktVar">parent-state-pattern</span> is also supplied, then
<span class="RktVar">k-expr</span> must return a <span class="RktSym"><a href="#%28def._%28%28lib._marketplace%2Fmain..rkt%29._.Transition%29%29" class="RktValLink" data-pltdoc="x">Transition</a></span>; otherwise, it must

File diff suppressed because one or more lines are too long