From d840b24857a1d54419953661f70716c449c11864 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen
Date: Thu, 3 Mar 2016 10:54:01 +0100
Subject: Fix most of the system docs and emacs mode
---
lib/sasl/doc/src/appup.xml | 5 +++--
lib/sasl/doc/src/error_logging.xml | 7 ++++---
2 files changed, 7 insertions(+), 5 deletions(-)
(limited to 'lib/sasl')
diff --git a/lib/sasl/doc/src/appup.xml b/lib/sasl/doc/src/appup.xml
index b54d2adb19..6fbdcb9f5b 100644
--- a/lib/sasl/doc/src/appup.xml
+++ b/lib/sasl/doc/src/appup.xml
@@ -4,7 +4,7 @@
- 19972014
+ 19972016
Ericsson AB. All Rights Reserved.
@@ -137,7 +137,8 @@
code change. If it is set to {advanced,Extra}, implemented
processes using
gen_server,
- gen_fsm, or
+ gen_fsm,
+ gen_statem, or
gen_event
transform their internal state by calling the callback function
code_change. Special processes call the callback
diff --git a/lib/sasl/doc/src/error_logging.xml b/lib/sasl/doc/src/error_logging.xml
index 46b12f3872..8464a41ff9 100644
--- a/lib/sasl/doc/src/error_logging.xml
+++ b/lib/sasl/doc/src/error_logging.xml
@@ -4,7 +4,7 @@
- 19972013
+ 19972016
Ericsson AB. All Rights Reserved.
@@ -90,8 +90,9 @@
a process terminates with an unexpected reason, which is any reason
other than normal, shutdown, or {shutdown,Term}.
Processes using behaviors
- gen_server or
- gen_fsm
+ gen_server,
+ gen_fsm or
+ gen_statem
are examples of such processes. A crash report contains the following items:
Crasher
--
cgit v1.2.3