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

« back to all changes in this revision

Viewing changes to lib/kernel/doc/src/net_kernel.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:
100
100
        <v>Error = error | {error, term()}</v>
101
101
      </type>
102
102
      <desc>
103
 
        <p>The calling process subscribes or unsubcscribes to node
 
103
        <p>The calling process subscribes or unsubscribes to node
104
104
          status change messages. A <c>nodeup</c> message is delivered
105
105
          to all subscribing process when a new node is connected, and
106
106
          a <c>nodedown</c> message is delivered when a node is
122
122
        </list>
123
123
        <p>Note, that this is <em>not</em> guaranteed for <c>kernel</c>
124
124
          versions before 2.11.4.</p>
125
 
        <p>As of <c>kernel</c> version 2.11.4 subscribtions can also be
 
125
        <p>As of <c>kernel</c> version 2.11.4 subscriptions can also be
126
126
          made before the <c>net_kernel</c> server has been started,
127
127
          i.e., <c>net_kernel:monitor_nodes/[1,2]</c> does not return
128
128
          <c>ignored</c>.</p>