summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt
index bc61de77bd..92b9b0302b 100644
--- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_hibernate_3_func.txt
@@ -13,7 +13,8 @@
resumes in Module:Function with the arguments specified by Args
with the call stack emptied, meaning that the process terminates
when that function returns. Thus erlang:hibernate/3 never
- returns to its caller.
+ returns to its caller. The resume function Module:Function/Arity
+ must be exported (Arity =:= length(Args)).
If the process has any message in its message queue, the process
is awakened immediately in the same way as described earlier.