File 0241-Update-gen_event.xml.patch of Package erlang
From 6a8eddfccc49f0c55215b7734b5fb2f86f57f1b8 Mon Sep 17 00:00:00 2001
From: Artur Cygan <arczicygan@gmail.com>
Date: Wed, 30 May 2018 23:02:09 +0200
Subject: [PATCH 1/2] Update gen_event.xml
Missing space
---
lib/stdlib/doc/src/gen_event.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/gen_event.xml b/lib/stdlib/doc/src/gen_event.xml
index 51378a6b73..6170801e87 100644
--- a/lib/stdlib/doc/src/gen_event.xml
+++ b/lib/stdlib/doc/src/gen_event.xml
@@ -246,7 +246,7 @@ gen_event:stop -----> Module:terminate/2
<c>Module:terminate/2</c> with <c>{stop,Reason}</c> as argument.</item>
<item>
<p>If the event handler later is deleted, the event manager
- sends a message<c>{gen_event_EXIT,Handler,Reason}</c> to
+ sends a message <c>{gen_event_EXIT,Handler,Reason}</c> to
the calling process. <c>Reason</c> is one of the following:</p>
<list type="bulleted">
<item><c>normal</c>, if the event handler has been removed due to a
--
2.17.1