File 0610-Fix-erl_driver-to-correct-man-section.patch of Package erlang
From 27cf1ed221eb9a1b0a4bb0caa15949f670cb2e0b Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Fri, 20 Oct 2023 09:30:46 +0200
Subject: [PATCH 10/13] Fix erl_driver to correct man section
---
erts/doc/src/notes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index e907c65211..c3db6c8a8c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -29939,7 +29939,7 @@
<p>The <c><![CDATA[refc]]></c> field in the <c><![CDATA[ErlDrvBinary]]></c> type
has been removed. The reference count can be accessed
via API functions. For more information see
- the <c><![CDATA[erl_driver(1)]]></c> man page.</p>
+ the <c><![CDATA[erl_driver(3)]]></c> man page.</p>
</item>
</list>
<p>*** POTENTIAL INCOMPATIBILITY ***</p>
--
2.35.3