doc: Use proper markup for emphasis

This commit is contained in:
Peter Eisentraut 2023-07-09 10:02:15 +02:00
parent 1da1cd2944
commit 25da5cd32f
1 changed files with 1 additions and 1 deletions

View File

@ -1182,7 +1182,7 @@ include_dir 'conf.d'
<para> <para>
Sets whether GSSAPI delegation should be accepted from the client. Sets whether GSSAPI delegation should be accepted from the client.
The default is <literal>off</literal> meaning credentials from the client will 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 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. set in the <filename>postgresql.conf</filename> file or on the server command line.
</para> </para>