Skip to content

Commit 5a20853

Browse files
author
Thomas G. Lockhart
committed
Fix bad markup.
<term> not allowed in paragraphs; <option> is a better choice.
1 parent fac9e11 commit 5a20853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/postmaster.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.6 1999/10/08 04:28:42 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.7 1999/10/12 13:59:45 thomas Exp $
33
Postgres documentation
44
-->
55

@@ -134,7 +134,7 @@ postmaster [ -n | -s ] ...
134134
<term>-l</term>
135135
<listitem>
136136
<para>
137-
This enables SSL socket communication. The <term>-i</term> option
137+
This enables SSL socket communication. The <option>-i</option> option
138138
is also required.
139139
You have to have compiled with SSL enabled to use this option.
140140
</para>

0 commit comments

Comments
 (0)