From 7fe11aa8aded3612f1b6ba13a11b0cb80bf57bea Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Tue, 27 Oct 2015 11:57:22 +0000 Subject: Remove mention of erlang:fault erlang:fault no longer exists, so don't mention it in the reference manual. Also fix minor markup issue in following paragraph. --- system/doc/reference_manual/processes.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/doc/reference_manual/processes.xml') diff --git a/system/doc/reference_manual/processes.xml b/system/doc/reference_manual/processes.xml index 6755bd8be6..f656d0318e 100644 --- a/system/doc/reference_manual/processes.xml +++ b/system/doc/reference_manual/processes.xml @@ -100,11 +100,9 @@ spawn(Module, Name, Args) -> pid() exit(Reason) erlang:error(Reason) erlang:error(Reason, Args) - erlang:fault(Reason) - erlang:fault(Reason, Args)

The process then terminates with reason Reason for - exit/1 or {Reason,Stack} for the others.

+ exit/1 or {Reason,Stack} for the others.

A process can also be terminated if it receives an exit signal with another exit reason than normal, see Error Handling.

-- cgit v1.2.3