]> granicus.if.org Git - postgresql/commitdiff
doc: Avoid sidebar element
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 29 Aug 2017 23:33:24 +0000 (19:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 29 Aug 2017 23:34:49 +0000 (19:34 -0400)
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".

doc/src/sgml/client-auth.sgml

index 2dd6c293503be6305a31968075010a26e0d3be55..1b568683a4733f80314015e434a7a282b4bb98f3 100644 (file)
@@ -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>