diff options
author | Fredrik Gustafsson <[email protected]> | 2013-04-05 11:26:52 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-04-05 11:31:04 +0200 |
commit | e1fde5ce54b37a2cef5ad3cbd523f4f779dd6f53 (patch) | |
tree | 0f469b6f726005506f131dcb967bf46213d46f19 /lib/stdlib/doc | |
parent | b269e15eea9232205a371d6b10c50628d836b661 (diff) | |
download | otp-e1fde5ce54b37a2cef5ad3cbd523f4f779dd6f53.tar.gz otp-e1fde5ce54b37a2cef5ad3cbd523f4f779dd6f53.tar.bz2 otp-e1fde5ce54b37a2cef5ad3cbd523f4f779dd6f53.zip |
Fixed broken links in sys.html
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/sys.xml | 8 |
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> |