1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00

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

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 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>