diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 880e83035dc..c92b8e41879 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -11978,7 +11978,9 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
If LLVM has the required functionality, register generated functions
with GDB. This makes debugging easier.
The default setting is off.
- This parameter can only be set at server start.
+ Only superusers and users with the appropriate SET
+ privilege can change this parameter at session start,
+ and it cannot be changed at all within a session.
@@ -12029,7 +12031,9 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
This writes out files to ~/.debug/jit/; the
user is responsible for performing cleanup when desired.
The default setting is off.
- This parameter can only be set at server start.
+ Only superusers and users with the appropriate SET
+ privilege can change this parameter at session start,
+ and it cannot be changed at all within a session.