File 0673-Remove-HiPE-note-about-module-MD5-checksum.patch of Package erlang
From d47fc50422d050612e447d4439b27a01c29f46ce Mon Sep 17 00:00:00 2001
From: Frank Hunleth <fhunleth@troodon-software.com>
Date: Wed, 15 Feb 2023 02:44:39 -0500
Subject: [PATCH] Remove HiPE note about module MD5 checksum
---
system/doc/reference_manual/modules.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/system/doc/reference_manual/modules.xml b/system/doc/reference_manual/modules.xml
index b373e2506b..63ccf1ee95 100644
--- a/system/doc/reference_manual/modules.xml
+++ b/system/doc/reference_manual/modules.xml
@@ -344,9 +344,7 @@ behaviour_info(callbacks) -> Callbacks.</pre>
<tag><c>md5</c></tag>
<item>
- <p>Returns a binary representing the MD5 checksum of the module.
- If the module has native code loaded, this will be the MD5 of the
- native code, not the BEAM bytecode.</p>
+ <p>Returns a binary representing the MD5 checksum of the module.</p>
</item>
<tag><c>exports</c></tag>
--
2.35.3