Fix bad markup.

<term> not allowed in paragraphs; <option> is a better choice.
REL7_0_PATCHES
Thomas G. Lockhart 26 years ago
parent fac9e11878
commit 5a2085392c
  1. 4
      doc/src/sgml/ref/postmaster.sgml

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.6 1999/10/08 04:28:42 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.7 1999/10/12 13:59:45 thomas Exp $
Postgres documentation Postgres documentation
--> -->
@ -134,7 +134,7 @@ postmaster [ -n | -s ] ...
<term>-l</term> <term>-l</term>
<listitem> <listitem>
<para> <para>
This enables SSL socket communication. The <term>-i</term> option This enables SSL socket communication. The <option>-i</option> option
is also required. is also required.
You have to have compiled with SSL enabled to use this option. You have to have compiled with SSL enabled to use this option.
</para> </para>

Loading…
Cancel
Save