aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-04-09 11:01:46 +0200
committerFredrik Gustafsson <[email protected]>2013-04-09 11:01:46 +0200
commit2827f483ca0173b1cf54a67c00556afcd8cfd4ef (patch)
tree2c5d902435d7a97787b4fd9e6cad28d9c104cd68 /lib
parent79ae0754395388baeac38868a419bc69597105c7 (diff)
parente1fde5ce54b37a2cef5ad3cbd523f4f779dd6f53 (diff)
downloadotp-2827f483ca0173b1cf54a67c00556afcd8cfd4ef.tar.gz
otp-2827f483ca0173b1cf54a67c00556afcd8cfd4ef.tar.bz2
otp-2827f483ca0173b1cf54a67c00556afcd8cfd4ef.zip
Merge branch 'fredrik/stdlib/fix_broken_link' into maint
* fredrik/stdlib/fix_broken_link: Fixed broken links in sys.html
Diffstat (limited to 'lib')
-rw-r--r--lib/stdlib/doc/src/sys.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml
index a177b80739..0ffc5bc433 100644
--- a/lib/stdlib/doc/src/sys.xml
+++ b/lib/stdlib/doc/src/sys.xml
@@ -234,8 +234,8 @@
<p>These functions are intended only to help with debugging. They are provided for
convenience, allowing developers to avoid having to create their own state extraction
functions and also avoid having to interactively extract state from the return values of
- <c><seealso marker="get_status/1">get_status/1</seealso></c> or
- <c><seealso marker="get_status/2">get_status/2</seealso></c> while debugging.</p>
+ <c><seealso marker="#get_status-1">get_status/1</seealso></c> or
+ <c><seealso marker="#get_status-2">get_status/2</seealso></c> while debugging.</p>
</note>
<p>The value of <c><anno>State</anno></c> varies for different types of
processes. For a <c>gen_server</c> process, the returned <c><anno>State</anno></c>
@@ -247,8 +247,8 @@
<c>Id</c> is the handler's ID (which is the value <c>false</c> if it was registered without
an ID), and <c>HandlerState</c> is the handler's state.</p>
<p>To obtain more information about a process, including its state, see
- <seealso marker="get_status/1">get_status/1</seealso> and
- <seealso marker="get_status/2">get_status/2</seealso>.</p>
+ <seealso marker="#get_status-1">get_status/1</seealso> and
+ <seealso marker="#get_status-2">get_status/2</seealso>.</p>
</desc>
</func>
<func>