File 0165-Fix-typo-in-socket-docs.patch of Package erlang
From b9d929c7095aab7714912bf1014eb7d5c631e7f5 Mon Sep 17 00:00:00 2001
From: bibajz <libas@acco.cz>
Date: Mon, 8 Nov 2021 16:35:57 +0100
Subject: [PATCH] Fix typo in socket docs
---
lib/kernel/doc/src/socket.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kernel/doc/src/socket.xml b/lib/kernel/doc/src/socket.xml
index d211bea310..09be17c14f 100644
--- a/lib/kernel/doc/src/socket.xml
+++ b/lib/kernel/doc/src/socket.xml
@@ -1543,7 +1543,7 @@
<note>
<p>
Note that when this call has returned
- <c>{error, timeout</c> the connection state of the socket
+ <c>{error, timeout}</c> the connection state of the socket
is uncertain since the platform's network stack
may complete the connection at any time,
up to some platform specific time-out.
--
2.31.1