aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-07-09 10:02:15 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-07-09 10:02:56 +0200
commit25da5cd32f73eec9a7ea9b49fbf04d97059ad402 (patch)
tree428c8fae7823e2d0e1a7971541d8b32f444a2f45
parent1da1cd2944701d5f6d8e4e9514a4a19b0fdf852a (diff)
downloadpostgresql-25da5cd32f73eec9a7ea9b49fbf04d97059ad402.tar.gz
postgresql-25da5cd32f73eec9a7ea9b49fbf04d97059ad402.zip
doc: Use proper markup for emphasis
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 6a14f3b065e..a5cb15febaa 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1182,7 +1182,7 @@ include_dir 'conf.d'
<para>
Sets whether GSSAPI delegation should be accepted from the client.
The default is <literal>off</literal> meaning credentials from the client will
- NOT be accepted. Changing this to <literal>on</literal> will make the server
+ <emphasis>not</emphasis> be accepted. Changing this to <literal>on</literal> will make the server
accept credentials delegated to it from the client. This parameter can only be
set in the <filename>postgresql.conf</filename> file or on the server command line.
</para>