aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2018-04-26 15:39:28 +0200
committerGitHub <[email protected]>2018-04-26 15:39:28 +0200
commitf24a15640beef8acd832e4a3eaf20bbd3c16e38d (patch)
tree49dd393216cd670ca6a6ba57f4784bff25b4d890 /lib/stdlib/doc
parentbfde922a6308a7f0956cf688ab38cbdbffbba41d (diff)
parent4b97ff92a8d2d429370da40c9845199c2a68f12d (diff)
downloadotp-f24a15640beef8acd832e4a3eaf20bbd3c16e38d.tar.gz
otp-f24a15640beef8acd832e4a3eaf20bbd3c16e38d.tar.bz2
otp-f24a15640beef8acd832e4a3eaf20bbd3c16e38d.zip
Merge pull request #1759 from sunboshan/sys-fix
[stdlib/sys.erl] Fix sys module's debug statistics not including the out message count when using gen_server:call/2. OTP-15047
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/sys.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml
index 64d8789016..8930087555 100644
--- a/lib/stdlib/doc/src/sys.xml
+++ b/lib/stdlib/doc/src/sys.xml
@@ -102,7 +102,7 @@
then treated in the debug function. For example, <c>trace</c>
formats the system events to the terminal.
</p>
- <p>Three predefined system events are used when a
+ <p>Four predefined system events are used when a
process receives or sends a message. The process can also define its
own system events. It is always up to the process itself
to format these events.</p>