diff options
author | Patrik Nyblom <[email protected]> | 2013-03-18 10:40:05 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-03-18 10:40:05 +0100 |
commit | fe18e8fc06ca156e0de76a6cf3f8068856746a36 (patch) | |
tree | 52e45d04ac7d6e243f55d32662517bfe3b47cab7 | |
parent | 676982407bf45c437de8059def8b7ce7435162cf (diff) | |
parent | bd733073d2ff954f9d90cf488f02955216917123 (diff) | |
download | otp-fe18e8fc06ca156e0de76a6cf3f8068856746a36.tar.gz otp-fe18e8fc06ca156e0de76a6cf3f8068856746a36.tar.bz2 otp-fe18e8fc06ca156e0de76a6cf3f8068856746a36.zip |
Merge branch 'pan/wrong_anchor_in_erl.xml' into maint
* pan/wrong_anchor_in_erl.xml:
Set unique anchor on +pc flag in erl.xml
OTP-10947
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index bb81330fec..622b40a80a 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -615,7 +615,7 @@ debugging.</item> </taglist> </item> - <tag><marker id="+pc"/><marker id="max_processes"><c><![CDATA[+pc Range]]></c></marker></tag> + <tag><marker id="+pc"/><marker id="printable_character_range"><c><![CDATA[+pc Range]]></c></marker></tag> <item> <p>Sets the range of characters that the system will consider printable in heuristic detection of strings. This typically affects the shell, debugger and io:format functions (when ~tp is used in the format string).</p> <p>Currently two values for the <c>Range</c> are supported: |