From 3c963d33eae8dcbac0bc2e1dc0b7c1ac931dd83f Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 9 Jul 2023 10:02:15 +0200 Subject: [PATCH] doc: Use proper markup for emphasis --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 57c4dcee93..c50c28546d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1182,7 +1182,7 @@ include_dir 'conf.d' Sets whether GSSAPI delegation should be accepted from the client. The default is off meaning credentials from the client will - NOT be accepted. Changing this to on will make the server + not be accepted. Changing this to on will make the server accept credentials delegated to it from the client. This parameter can only be set in the postgresql.conf file or on the server command line.