diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 4170676f1e2..03421b94e58 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -11444,7 +11444,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.
@@ -11495,7 +11497,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.