~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/stdlib/doc/src/supervisor.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-12-20 09:03:40 UTC
  • mto: (3.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20091220090340-w3kbi1lj1wp7l2m3
Tags: upstream-13.b.3-dfsg
ImportĀ upstreamĀ versionĀ 13.b.3-dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
    </func>
430
430
    <func>
431
431
      <name>check_childspecs([ChildSpec]) -> Result</name>
432
 
      <fsummary>Check if child specifications are syntactically correct.</fsummary>
 
432
      <fsummary>Check if children specifications are syntactically correct.</fsummary>
433
433
      <type>
434
434
        <v>ChildSpec = child_spec()</v>
435
435
        <v>Result = ok | {error,Error}</v>