Fix bad markup.

<term> not allowed in paragraphs; <option> is a better choice.
This commit is contained in:
Thomas G. Lockhart 1999-10-12 13:59:45 +00:00
parent fac9e11878
commit 5a2085392c
1 changed files with 2 additions and 2 deletions

View File

@ -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
-->
@ -134,7 +134,7 @@ postmaster [ -n | -s ] ...
<term>-l</term>
<listitem>
<para>
This enables SSL socket communication. The <term>-i</term> option
This enables SSL socket communication. The <option>-i</option> option
is also required.
You have to have compiled with SSL enabled to use this option.
</para>