1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Fix typo in postmaster reference page: from Tom.

This commit is contained in:
Neil Conway
2004-03-23 06:09:00 +00:00
parent ee455f81a5
commit 9f894981da

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.48 2004/03/23 02:47:35 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.49 2004/03/23 06:09:00 neilc Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -179,7 +179,7 @@ PostgreSQL documentation
<command>postmaster</command>. Defaults to listening only on <command>postmaster</command>. Defaults to listening only on
<systemitem class="systemname">localhost</systemitem>. <systemitem class="systemname">localhost</systemitem>.
Specifying this option is equivalent to setting the <xref Specifying this option is equivalent to setting the <xref
linkend="guc-listen-addresses">. linkend="guc-listen-addresses"> configuration parameter.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>