1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

doc: Use proper markup for emphasis

This commit is contained in:
Peter Eisentraut
2023-07-09 10:02:15 +02:00
parent be2ab58f62
commit 3c963d33ea

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>