--- doc/src/sgml/high-availability.sgml.orig	2010-06-26 18:21:33.000000000 +0200
+++ doc/src/sgml/high-availability.sgml	2010-06-26 18:22:36.000000000 +0200
@@ -658,15 +658,15 @@
     command file <filename>recovery.conf</> in the standby's cluster data
     directory, and turn on <varname>standby_mode</>. Set
     <varname>restore_command</> to a simple command to copy files from
-    the WAL archive.
+    the WAL archive. <varname>restore_command</> should return immediately
+    if the file does not exist; the server will retry the command again if
+    necessary.
    </para>
 
    <note>
      <para>
      Do not use pg_standby or similar tools with the built-in standby mode
-     described here. <varname>restore_command</> should return immediately
-     if the file does not exist; the server will retry the command again if
-     necessary. See <xref linkend="log-shipping-alternative">
+     described here. See <xref linkend="log-shipping-alternative">
      for using tools like pg_standby.
     </para>
    </note>
