From 6c3d24ccbc597e6d31db1f559470cc59585fdf52 Mon Sep 17 00:00:00 2001
From: Siri Hansen
Date: Wed, 7 May 2014 11:17:24 +0200
Subject: Add system message 'terminate'
This is to be used when implementing synchronous stop of generic
behaviours and other 'sys special processes'.
---
lib/stdlib/doc/src/sys.xml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
(limited to 'lib/stdlib/doc')
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml
index a46fa1289f..7fb82e0e7e 100644
--- a/lib/stdlib/doc/src/sys.xml
+++ b/lib/stdlib/doc/src/sys.xml
@@ -4,7 +4,7 @@
- 19962013
+ 19962014
Ericsson AB. All Rights Reserved.
@@ -356,6 +356,17 @@
installed.
+
+
+
+ Terminate the process
+
+ This function orders the process to terminate with the
+ given Reason. The termination is done
+ asynchronously, so there is no guarantee that the process is
+ actually terminated when the function returns.
+
+