File 0740-Fix-docs-about-apps-not-supporting-upgrade.patch of Package erlang
From 58d8edaf3885e1e5f2011080f421cc0b839fdf84 Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Wed, 24 May 2023 16:48:29 +0200
Subject: [PATCH] Fix docs about apps not supporting upgrade
HiPE has been removed, erl_interface is a good other example.
---
system/doc/system_principles/upgrade.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/system_principles/upgrade.xml b/system/doc/system_principles/upgrade.xml
index 67b58f45ba..0af934221f 100644
--- a/system/doc/system_principles/upgrade.xml
+++ b/system/doc/system_principles/upgrade.xml
@@ -92,7 +92,7 @@
<section>
<title>Applications that Still do Not Allow Code Upgrade</title>
- <p>A few applications, such as HiPE, do not support upgrade.
+ <p>A few applications, such as erl_interface, do not support upgrade.
This is indicated by an application upgrade file containing only
<c>{Vsn,[],[]}</c>. Any attempt at creating a release upgrade file
with such input fails. The only way to force an upgrade involving
--
2.35.3