mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 00:33:54 -05:00
doc: Avoid sidebar element
The formatting of the sidebar element didn't carry over to the new tool chain. Instead of inventing a whole new way of dealing with it, just convert the one use to a "note".
This commit is contained in:
parent
ff59f30dc3
commit
2fa44f666f
1 changed files with 2 additions and 2 deletions
|
|
@ -320,7 +320,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
|
|||
<literal>hostssl</literal>, and <literal>hostnossl</> records.
|
||||
</para>
|
||||
|
||||
<sidebar>
|
||||
<note>
|
||||
<para>
|
||||
Users sometimes wonder why host names are handled
|
||||
in this seemingly complicated way, with two name resolutions
|
||||
|
|
@ -350,7 +350,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
|
|||
implementations of host name-based access control, such as the
|
||||
Apache HTTP Server and TCP Wrappers.
|
||||
</para>
|
||||
</sidebar>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue