From 356ac5d867e1022614bacf23c7f0efc6717efcca Mon Sep 17 00:00:00 2001
From: Marko Mindek
Date: Thu, 11 Jan 2024 21:34:24 +0100
Subject: [PATCH] features docs update
Based on the change note, I think that it's not clear that you need
to pass that option if you want to use it in shell.
---
system/doc/reference_manual/features.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/system/doc/reference_manual/features.xml b/system/doc/reference_manual/features.xml
index e3b12742c6ac..b4b272ab8248 100644
--- a/system/doc/reference_manual/features.xml
+++ b/system/doc/reference_manual/features.xml
@@ -155,7 +155,10 @@
enabled, it was necessary to also enable the feature in the runtime.
This was done using option -enable-feature to
- erl. This requirement was removed in Erlang/OTP 26.
+ erl. This requirement was removed in Erlang/OTP 26.
+ However, if you want to use features directly in shell, you still
+ need to enable them in the runtime.
+