Index: doc/src/sgml/backup.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v
retrieving revision 2.76
diff -c -c -r2.76 backup.sgml
*** doc/src/sgml/backup.sgml	7 Nov 2005 17:36:44 -0000	2.76
--- doc/src/sgml/backup.sgml	24 Feb 2006 14:01:51 -0000
***************
*** 744,755 ****
      <function>pg_stop_backup</> and the archiving of all WAL segment
      files needed to make the file system backup consistent.
     </para>
     <para>
      The backup history file is just a small text file. It contains the
      label string you gave to <function>pg_start_backup</>, as well as
!     the starting and ending times of the backup. If you used the label
!     to identify where the associated dump file is kept, then the
!     archived history file is enough to tell you which dump file to
      restore, should you need to do so.
     </para>
  
--- 744,756 ----
      <function>pg_stop_backup</> and the archiving of all WAL segment
      files needed to make the file system backup consistent.
     </para>
+ 
     <para>
      The backup history file is just a small text file. It contains the
      label string you gave to <function>pg_start_backup</>, as well as
!     the starting and ending times and WAL segments of the backup.
!     If you used the label to identify where the associated dump file is kept, 
!     then the archived history file is enough to tell you which dump file to
      restore, should you need to do so.
     </para>
  
