File 0592-Fix-minor-typo-in-IPv6-example.patch of Package erlang

From 5daf85d60cdfa30803538c5463a17226040f2fcf Mon Sep 17 00:00:00 2001
From: Jean-Philippe Jodoin <jpjodoin@gmail.com>
Date: Fri, 29 May 2020 13:46:36 -0400
Subject: [PATCH] Fix minor typo in IPv6 example

---
 lib/kernel/doc/src/inet.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml
index e1a8ae567a..17d0c9f103 100644
--- a/lib/kernel/doc/src/inet.xml
+++ b/lib/kernel/doc/src/inet.xml
@@ -76,7 +76,7 @@ Address          ip_address()
 3ffe:b80:1f8d:2:204:acff:fe17:bf38
                 {16#3ffe,16#b80,16#1f8d,16#2,16#204,16#acff,16#fe17,16#bf38}
 fe80::204:acff:fe17:bf38
-                {16#fe80,0,0,0,0,16#204,16#acff,16#fe17,16#bf38}</code>
+                {16#fe80,0,0,0,16#204,16#acff,16#fe17,16#bf38}</code>
     <p>A function that may be useful is <seealso marker="#parse_address/1">parse_address/1</seealso>:</p>
     <pre>
 1> <input>inet:parse_address("192.168.42.2").</input>
-- 
2.26.2

openSUSE Build Service is sponsored by