diff options
author | Neil Conway | 2004-03-23 06:09:00 +0000 |
---|---|---|
committer | Neil Conway | 2004-03-23 06:09:00 +0000 |
commit | 9f894981daf247e9d97f65e9534ca1326ea95ae1 (patch) | |
tree | 7b2e6943036028723c71be50fad58d8a7e60c4e1 /doc/src | |
parent | ee455f81a58d5e135d2d00c9a59d70c4713bfe3b (diff) |
Fix typo in postmaster reference page: from Tom.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/postmaster.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 0d6b6dba08f..4d6145488ce 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -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 --> @@ -179,7 +179,7 @@ PostgreSQL documentation <command>postmaster</command>. Defaults to listening only on <systemitem class="systemname">localhost</systemitem>. Specifying this option is equivalent to setting the <xref - linkend="guc-listen-addresses">. + linkend="guc-listen-addresses"> configuration parameter. </para> </listitem> </varlistentry> |