File 0871-inets-Remove-documentation-of-no-longer-supported-ca.patch of Package erlang
From 2868c69f53323769bc12500eb7730cc8779cea0e Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Tue, 9 Aug 2022 14:14:10 +0200
Subject: [PATCH] inets: Remove documentation of no longer supported callback
Was removed in OTP-23 and also in 22.3.1
Closes #6122
---
lib/inets/doc/src/mod_esi.xml | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml
index c6deef1c87..390ae90282 100644
--- a/lib/inets/doc/src/mod_esi.xml
+++ b/lib/inets/doc/src/mod_esi.xml
@@ -177,24 +177,7 @@
any data that it needs to keep track of when handling the chunks.
</p>
</desc>
- </func>
-
- <func>
- <name since="">Module:Function(Env, Input)-> Response </name>
- <fsummary>Creates a dynamic web page and returns it as a list.
- This function is deprecated and is only kept for backwards compatibility.</fsummary>
- <type>
- <v>Env = env()</v>
- <v>Input = string() </v>
- <v>Response = string()</v>
- </type>
- <desc>
- <p>This callback format consumes much memory, as the
- whole response must be generated before it is sent to the
- user. This callback format is deprecated.
- For new development, use <c>Module:Function/3</c>.</p>
- </desc>
- </func>
+ </func>
</funcs>
</erlref>
--
2.35.3