From 9956a80c303de37c912d08282faa769df91190a2 Mon Sep 17 00:00:00 2001 From: Raimo Niskanen Date: Tue, 5 Mar 2019 11:09:36 +0100 Subject: Fix another broken doc link --- system/doc/design_principles/statem.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'system/doc/design_principles') diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index 07b4284cb8..45ea972ff2 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -4,7 +4,7 @@
- 20162018 + 20162019 Ericsson AB. All Rights Reserved. @@ -2415,17 +2415,18 @@ handle_event(enter, _OldState, {open,_}, _Data) -> event time-out to trigger hibernation after a certain time of inactivity. There is also a server start option - + {hibernate_after, Timeout} for - - start/3,4 - - or + start/3,4, start_link/3,4 + or + + enter_loop/4,5,6 + that may be used to automatically hibernate the server.

-- cgit v1.2.3