Fix the fork example.

This commit is contained in:
steve 2001-06-03 20:36:52 +00:00
parent 1e9184f0f9
commit 33ee5c26b0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ S_main .scope "main";
child %vpi_call "$display", "I'm a child";
%end;
parent %fork child;
parent %fork child, S_main;
%vpi_call "$display", "I'm a parent";
%join;
%vpi_call "$display", "reaped";