1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03: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:
Peter Eisentraut
2017-08-29 19:33:24 -04:00
parent 6cbee65eee
commit 00f6d5c2c3

View File

@ -320,7 +320,7 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
<literal>hostssl</literal>, and <literal>hostnossl</> records. <literal>hostssl</literal>, and <literal>hostnossl</> records.
</para> </para>
<sidebar> <note>
<para> <para>
Users sometimes wonder why host names are handled Users sometimes wonder why host names are handled
in this seemingly complicated way, with two name resolutions 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 implementations of host name-based access control, such as the
Apache HTTP Server and TCP Wrappers. Apache HTTP Server and TCP Wrappers.
</para> </para>
</sidebar> </note>
</listitem> </listitem>
</varlistentry> </varlistentry>