Skip to content

Commit

Permalink
epmd: Fix xmllint error in comsummary
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Aug 31, 2016
1 parent bba0f59 commit 8f576e2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions erts/doc/src/epmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,23 @@
</header>

<com>epmd</com>
<comsummary>
<p>Erlang Port Mapper Daemon</p>
<comsummary>Erlang Port Mapper Daemon</comsummary>

<description>

<taglist>
<tag><c><![CDATA[epmd [-d|-debug] [DbgExtra...] [-address Addresses]
[-port No] [-daemon] [-relaxed_command_check]]]></c></tag>
[-port No] [-daemon] [-relaxed_command_check]]]></c></tag>
<item>
<p>Starts the port mapper daemon.</p>
</item>
<tag><c><![CDATA[epmd [-d|-debug] [-port No]
[-names|-kill|-stop Name]]]></c></tag>
[-names|-kill|-stop Name]]]></c></tag>
<item>
<p>Communicates with a running port mapper daemon.</p>
</item>
</taglist>
</comsummary>

<description>
<p>This daemon acts as a name server on all hosts involved in
distributed Erlang computations. When an Erlang node starts,
the node has a name and it obtains an address from the host
Expand Down

0 comments on commit 8f576e2

Please sign in to comment.