~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/concrete/children.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2011-09-12 16:08:05 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: package-import@ubuntu.com-20110912160805-r9dq68beojgzuien
Tags: 9.0.2-1
New upstream release (editorial changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    itt(stop <nr>) terminates the child process having ID tt(<nr>);
13
13
    itt(exit) terminates the parent as well as all its child processes.
14
14
    )
15
 
    The child process that hasn't received text for some time will complain by
 
15
    If a child process hasn't received text for some time it will complain by
16
16
sending a message to the parent-process. Those messages are simply transmitted
17
17
to the user by copying them to the standard output stream.
18
18