From e1fde5ce54b37a2cef5ad3cbd523f4f779dd6f53 Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Fri, 5 Apr 2013 11:26:52 +0200 Subject: Fixed broken links in sys.html --- lib/stdlib/doc/src/sys.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/stdlib/doc/src/sys.xml') 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 @@

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 - get_status/1 or - get_status/2 while debugging.

+ get_status/1 or + get_status/2 while debugging.

The value of State varies for different types of processes. For a gen_server process, the returned State @@ -247,8 +247,8 @@ Id is the handler's ID (which is the value false if it was registered without an ID), and HandlerState is the handler's state.

To obtain more information about a process, including its state, see - get_status/1 and - get_status/2.

+ get_status/1 and + get_status/2.

-- cgit v1.2.3