diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-08-29 19:33:24 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-08-29 19:34:49 -0400 |
commit | 2fa44f666f144be5436d8725cc259fd1ce29f5ff (patch) | |
tree | de1bb88a0fcd62a6734cdf5f84121ffe2ff05af5 | |
parent | ff59f30dc30ecb4fb777a28774110c6637b10dc1 (diff) | |
download | postgresql-2fa44f666f144be5436d8725cc259fd1ce29f5ff.tar.gz postgresql-2fa44f666f144be5436d8725cc259fd1ce29f5ff.zip |
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".
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 2dd6c293503..1b568683a47 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -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> |