diff options
author | Ricardo Catalinas Jiménez <[email protected]> | 2011-09-19 14:28:07 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-11-09 14:47:08 +0100 |
commit | e43d6460cc5bd0301da7479a715d3c1b66948957 (patch) | |
tree | 19cae62c5f6fbd1d2e4dbea358ec67ff1a620d62 | |
parent | 20e826b45c183f023c8b2ef71a9b57773d08c813 (diff) | |
download | otp-e43d6460cc5bd0301da7479a715d3c1b66948957.tar.gz otp-e43d6460cc5bd0301da7479a715d3c1b66948957.tar.bz2 otp-e43d6460cc5bd0301da7479a715d3c1b66948957.zip |
Add missing spaces in the Reference Manual distributed section
In the HTML version of the doc those spaces are necessary to separate
those words.
-rw-r--r-- | system/doc/reference_manual/distributed.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/doc/reference_manual/distributed.xml b/system/doc/reference_manual/distributed.xml index d0eac78404..bc55d14c90 100644 --- a/system/doc/reference_manual/distributed.xml +++ b/system/doc/reference_manual/distributed.xml @@ -176,11 +176,11 @@ dilbert@uab</pre> </row> <row> <cell align="left" valign="middle"><c>is_alive()</c></cell> - <cell align="left" valign="middle">Returns <c>true</c>if the runtime system is a node and can connect to other nodes, <c>false</c>otherwise.</cell> + <cell align="left" valign="middle">Returns <c>true</c> if the runtime system is a node and can connect to other nodes, <c>false</c> otherwise.</cell> </row> <row> <cell align="left" valign="middle"><c>monitor_node(Node, true|false)</c></cell> - <cell align="left" valign="middle">Monitor the status of <c>Node</c>. A message<c>{nodedown, Node}</c>is received if the connection to it is lost.</cell> + <cell align="left" valign="middle">Monitor the status of <c>Node</c>. A message<c>{nodedown, Node}</c> is received if the connection to it is lost.</cell> </row> <row> <cell align="left" valign="middle"><c>node()</c></cell> @@ -200,7 +200,7 @@ dilbert@uab</pre> </row> <row> <cell align="left" valign="middle"><c>set_cookie(Node, Cookie)</c></cell> - <cell align="left" valign="middle">Sets the magic cookie used when connecting to <c>Node</c>. If <c>Node</c>is the current node, <c>Cookie</c>will be used when connecting to all new nodes.</cell> + <cell align="left" valign="middle">Sets the magic cookie used when connecting to <c>Node</c>. If <c>Node</c> is the current node, <c>Cookie</c> will be used when connecting to all new nodes.</cell> </row> <row> <cell align="left" valign="middle"><c>spawn[_link|_opt](Node, Fun)</c></cell> |