summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-10-12 13:59:45 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-10-12 13:59:45 +0000
commit5a2085392c8f68c536984ed753a583c5ba6db03d (patch)
tree0604da63fdaee2f4d98ca599c1c4cd512b07afc0
parentfac9e11878255a0f02d38524ae6bb44c32c2f0d3 (diff)
Fix bad markup.
<term> not allowed in paragraphs; <option> is a better choice.
-rw-r--r--doc/src/sgml/ref/postmaster.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml
index a41cf608736..f2f959ef39d 100644
--- a/doc/src/sgml/ref/postmaster.sgml
+++ b/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
-->
@@ -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>