diff options
author | Slava Yurin <[email protected]> | 2014-06-20 10:41:57 +0700 |
---|---|---|
committer | Slava Yurin <[email protected]> | 2014-06-20 10:41:57 +0700 |
commit | 40b01c3e06658a2310b820890333e5955934e559 (patch) | |
tree | 94ddff99bb302eb2f0338337530aef5bf0085a10 /system | |
parent | c9e36ab16034bb7fe71f772df6bba22070976bbf (diff) | |
download | otp-40b01c3e06658a2310b820890333e5955934e559.tar.gz otp-40b01c3e06658a2310b820890333e5955934e559.tar.bz2 otp-40b01c3e06658a2310b820890333e5955934e559.zip |
Fix typo in Advanced chapter
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/efficiency_guide/advanced.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/advanced.xml b/system/doc/efficiency_guide/advanced.xml index b5771a5929..51f1b2612c 100644 --- a/system/doc/efficiency_guide/advanced.xml +++ b/system/doc/efficiency_guide/advanced.xml @@ -183,7 +183,7 @@ On 64-bit architectures: 4 words for a reference from the current local node, an <tag><em>Open ports</em></tag> <item> <marker id="ports"></marker> - <p>The maximum number of simultaneously oper Erlang ports is + <p>The maximum number of simultaneously open Erlang ports is often by default 16384. This limit can be configured at startup, for more information see the <seealso marker="erts:erl#max_ports"><c>+Q</c></seealso> |