doc: Use proper markup for emphasis

pull/137/head
Peter Eisentraut 2 years ago
parent be2ab58f62
commit 3c963d33ea
  1. 2
      doc/src/sgml/config.sgml

@ -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>

Loading…
Cancel
Save