diff options
author | Lukas Larsson <[email protected]> | 2016-07-01 17:32:51 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-07-13 14:54:56 +0200 |
commit | 606e660f898264ea75680532c076c56bbe855633 (patch) | |
tree | def63f8c7d35801d8927b9640c404f19f07a4a4c /erts/doc/src/epmd.xml | |
parent | 57c3246511434f42214e113b8902af10ab9cca49 (diff) | |
download | otp-606e660f898264ea75680532c076c56bbe855633.tar.gz otp-606e660f898264ea75680532c076c56bbe855633.tar.bz2 otp-606e660f898264ea75680532c076c56bbe855633.zip |
erts: Review of documentation changes
Diffstat (limited to 'erts/doc/src/epmd.xml')
-rw-r--r-- | erts/doc/src/epmd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/epmd.xml b/erts/doc/src/epmd.xml index 7b026e17f8..120ffb6860 100644 --- a/erts/doc/src/epmd.xml +++ b/erts/doc/src/epmd.xml @@ -77,7 +77,7 @@ <tag>Starting the port mapper daemon</tag> <item> <p>The daemon is started automatically by command - <seealso marker="erl"><c>erl</c></seealso> + <seealso marker="erl"><c>erl(1)</c></seealso> if the node is to be distributed and no running instance is present. If automatically launched environment variables must be used to change the behavior @@ -108,7 +108,7 @@ <title>Regular Options</title> <p>These options are available when starting the name server. The name server is normally started automatically by command - <seealso marker="erl"><c>erl</c></seealso> (if not already available), + <seealso marker="erl"><c>erl(1)</c></seealso> (if not already available), but it can also be started at system startup.</p> <taglist> @@ -157,7 +157,7 @@ <item> <p>Command <c>epmd -stop</c> (and the corresponding messages to <c>epmd</c>, as can be specified using <seealso - marker="erl_interface:ei"><c>erl_interface:ei</c></seealso>) is + marker="erl_interface:ei"><c>erl_interface:ei(3)</c></seealso>) is normally always ignored. This because it can cause a strange situation where two nodes of the same name can be alive at the same time. A node unregisters itself by only closing the |