From a853ee40c6475801ca03c17a11632d48a4992de7 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Wed, 10 Feb 2010 10:10:17 +0000 Subject: OTP-8422 Removed bogus "\011" character sequence in documentation. --- erts/doc/src/notes.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'erts/doc/src/notes.xml') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 5fe414841e..70f2d95103 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -4371,16 +4371,16 @@ following code might hang:

ok -\011 %% We were previously guaranteed to get a down message -\011 %% (since we exited the process ourself), so we could -\011 %% in this case leave out: -\011 %% after 0 -> ok -\011 end, + receive + {'DOWN', Mon , process, Pid, _} -> ok + %% We were previously guaranteed to get a down message + %% (since we exited the process ourself), so we could + %% in this case leave out: + %% after 0 -> ok + end, ]]>

*** POTENTIAL INCOMPATIBILITY ***

Own Id: OTP-5772

@@ -5342,7 +5342,7 @@

If Erlang/OTP was installed in a short directory name, - such as , the emulator would not + such as , the emulator would not start.

Own Id: OTP-5254

-- cgit v1.2.3