From d39a4962122b5d24a2b63741705d140e38d29121 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 21 Jul 2023 10:44:05 +0100 Subject: [PATCH] erts: Reword warning around `process_flag/2` Tweak wording to be a bit friendlier --- .../unknown_erlang_process_flag_2_func.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_flag_2_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_flag_2_func.txt index 5019146c4498..4c3096a3e86e 100644 --- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_flag_2_func.txt +++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_flag_2_func.txt @@ -63,8 +63,8 @@  when Module :: atom(), OldModule :: atom(). Used by a process to redefine the error handler for undefined - function calls and undefined registered processes. Inexperienced - users are not to use this flag, as code auto-loading depends on + function calls and undefined registered processes. Use this flag + with substantial caution, as code auto-loading depends on the correct operation of the error handling module. Returns the old value of the flag.