summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2005-05-15 00:26:19 +0000
committerBruce Momjian2005-05-15 00:26:19 +0000
commitc9a382b2ed8ce181bad14de429ed102abada63cd (patch)
tree25e52014bd16b6d374a4da4f327bd3d6828a84d7 /doc/src
parentc8a6b527050806d3e12d6002db16d5b93c644303 (diff)
Rename Rendezvous to Bonjour to match OS/X renaming.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml6
-rw-r--r--doc/src/sgml/runtime.sgml12
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 22fac7d19e7..cf27e37f3b2 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.232 2005/04/09 03:52:43 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.233 2005/05/15 00:26:18 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -864,10 +864,10 @@ su - postgres
</varlistentry>
<varlistentry>
- <term><option>--with-rendezvous</option></term>
+ <term><option>--with-bonjour</option></term>
<listitem>
<para>
- Build with Rendezvous support. This requires Rendezvous support
+ Build with Bonjour support. This requires Bonjour support
in your operating system. Recommended on Mac OS X.
</para>
</listitem>
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 080acca8732..bbe9526e5f3 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.318 2005/05/09 17:26:22 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.319 2005/05/15 00:26:18 momjian Exp $
-->
<chapter Id="runtime">
@@ -873,17 +873,17 @@ SET ENABLE_SEQSCAN TO OFF;
</listitem>
</varlistentry>
- <varlistentry id="guc-rendezvous-name" xreflabel="rendezvous_name">
- <term><varname>rendezvous_name</varname> (<type>string</type>)</term>
+ <varlistentry id="guc-bonjour-name" xreflabel="bonjour_name">
+ <term><varname>bonjour_name</varname> (<type>string</type>)</term>
<indexterm>
- <primary><varname>rendezvous_name</> configuration parameter</primary>
+ <primary><varname>bonjour_name</> configuration parameter</primary>
</indexterm>
<listitem>
<para>
- Specifies the <productname>Rendezvous</productname> broadcast
+ Specifies the <productname>Bonjour</productname> broadcast
name. By default, the computer name is used, specified as an
empty string ''. This option is ignored if the server was not
- compiled with <productname>Rendezvous</productname> support. This
+ compiled with <productname>Bonjour</productname> support. This
option can only be set at server start.
</para>
</listitem>