diff options
author | Patrik Nyblom <[email protected]> | 2013-02-28 10:48:26 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-03-18 10:39:38 +0100 |
commit | bd733073d2ff954f9d90cf488f02955216917123 (patch) | |
tree | 52e45d04ac7d6e243f55d32662517bfe3b47cab7 /erts | |
parent | 676982407bf45c437de8059def8b7ce7435162cf (diff) | |
download | otp-bd733073d2ff954f9d90cf488f02955216917123.tar.gz otp-bd733073d2ff954f9d90cf488f02955216917123.tar.bz2 otp-bd733073d2ff954f9d90cf488f02955216917123.zip |
Set unique anchor on +pc flag in erl.xml
Diffstat (limited to 'erts')
-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: |