aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2011-03-02 09:32:09 +0200
committerKostis Sagonas <[email protected]>2011-03-02 09:32:09 +0200
commit804bb7f78fcf94609f31a9d429b82c37d1f1173b (patch)
tree9094483beb38f637a1200e2c8b30dc9200488f41 /erts/doc
parent98d3b0c86ff3d99a4d175291df54c5ed48357fce (diff)
downloadotp-804bb7f78fcf94609f31a9d429b82c37d1f1173b.tar.gz
otp-804bb7f78fcf94609f31a9d429b82c37d1f1173b.tar.bz2
otp-804bb7f78fcf94609f31a9d429b82c37d1f1173b.zip
Document exiting and garbage_collecting process statuses
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/erlang.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 78d58a1e56..c3f06982f5 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -3980,7 +3980,8 @@ os_prompt%</pre>
<tag><c>{status, Status}</c></tag>
<item>
<p><c>Status</c> is the status of the process. <c>Status</c>
- is <c>waiting</c> (waiting for a message), <c>running</c>,
+ is <c>exiting</c>, <c>garbage_collecting</c>,
+ <c>waiting</c> (for a message), <c>running</c>,
<c>runnable</c> (ready to run, but another process is
running), or <c>suspended</c> (suspended on a "busy" port
or by the <c>erlang:suspend_process/[1,2]</c> BIF).</p>