From 1378b465cfa5e6eb2311bb633a0ebae1a8de3773 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen
Date: Tue, 5 Mar 2019 10:13:06 +0100
Subject: Fix broken doc link
---
lib/stdlib/doc/src/gen_statem.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'lib')
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index 0cad5929ca..d4a4ba268b 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -320,12 +320,13 @@ erlang:'!' -----> Module:StateName/3
There is also a server start option
-
+
{hibernate_after, Timeout}
for
- start/3,4 or
- start_link/3,4
+ 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