diff options
author | Holger Weiß <[email protected]> | 2010-11-13 22:11:42 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-11-18 16:12:12 +0100 |
commit | 7ceec2cef3643f2c2f63ae169f74da660803435b (patch) | |
tree | 28840d730cf82653bee8e25ca938b7aecb6d8e19 | |
parent | 648d80a4fa2fb48bb185d2dfb40043476b297073 (diff) | |
download | otp-7ceec2cef3643f2c2f63ae169f74da660803435b.tar.gz otp-7ceec2cef3643f2c2f63ae169f74da660803435b.tar.bz2 otp-7ceec2cef3643f2c2f63ae169f74da660803435b.zip |
Fix two typos in the epmd documentation
-rw-r--r-- | erts/doc/src/epmd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/epmd.xml b/erts/doc/src/epmd.xml index f01cf90a36..474230cb38 100644 --- a/erts/doc/src/epmd.xml +++ b/erts/doc/src/epmd.xml @@ -119,7 +119,7 @@ <tag><c><![CDATA[-port No]]></c></tag> <item> <p>Let this instance of epmd listen to another TCP port than - default 4369. This can be also be set using the + default 4369. This can also be set using the <c><![CDATA[ERL_EPMD_PORT]]></c> environment variable, see the section <seealso marker="#environment_variables">Environment variables</seealso> below</p> @@ -186,7 +186,7 @@ <tag><c><![CDATA[-port No]]></c></tag> <item> <p>Contacts the <c>epmd</c> listening on the given TCP port number - (default 4369). This can be also be set using the + (default 4369). This can also be set using the <c><![CDATA[ERL_EPMD_PORT]]></c> environment variable, see the section <seealso marker="#environment_variables">Environment variables</seealso> below</p> |