File 0570-inets-Fix-typo-in-httpd-logging-documentation.patch of Package erlang
From 108ce1c7266b9fdd64b2009fb53ec1ededac4d4b Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Sat, 2 Dec 2023 10:53:34 +0100
Subject: [PATCH] inets: Fix typo in httpd logging documentation
---
lib/inets/doc/src/httpd.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index 118d38ba2a..6de6acb9fe 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -343,7 +343,7 @@
<code>
#{server_name => string()
protocol => internal | 'TCP' | 'TLS' | 'HTTP',
- transport => "TCP "| "TLS", %% Present when protocol = 'HTTP'
+ transport => "TCP" | "TLS", %% Present when protocol = 'HTTP'
uri => string(), %% Present when protocol = 'HTTP' and URI is valid
peer => inet:peername(),
host => inet:hostname(),
--
2.35.3