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:33:24 -0400 |
commit | 00f6d5c2c3ae2f6d198e41800e5edcf0150d485b (patch) | |
tree | 8e70ac00f2d2043bd65a0b8e68d8e36bb364cf4c | |
parent | 6cbee65eee20c144bb4de169c6802f20e76785b0 (diff) | |
download | postgresql-00f6d5c2c3ae2f6d198e41800e5edcf0150d485b.tar.gz postgresql-00f6d5c2c3ae2f6d198e41800e5edcf0150d485b.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> |