*** a/doc/src/sgml/datatype.sgml
--- b/doc/src/sgml/datatype.sgml
***************
*** 4572,4578 **** SELECT * FROM pg_attribute
  
     <para>
      The <type>pg_lsn</type> data type can be used to store LSN (Log Sequence
!     Number) data which is a pointer to a location in the XLOG. This type is a
      representation of <type>XLogRecPtr</type> and an internal system type of
      <productname>PostgreSQL</productname>.
     </para>
--- 4572,4578 ----
  
     <para>
      The <type>pg_lsn</type> data type can be used to store LSN (Log Sequence
!     Number) data which is a pointer to a location in the WAL. This type is a
      representation of <type>XLogRecPtr</type> and an internal system type of
      <productname>PostgreSQL</productname>.
     </para>
*** a/doc/src/sgml/pgstandby.sgml
--- b/doc/src/sgml/pgstandby.sgml
***************
*** 22,28 ****
     <arg rep="repeat"><replaceable>option</replaceable></arg>
     <arg choice="plain"><replaceable>archivelocation</replaceable></arg>
     <arg choice="plain"><replaceable>nextwalfile</replaceable></arg>
!    <arg choice="plain"><replaceable>xlogfilepath</replaceable></arg>
     <arg choice="opt"><replaceable>restartwalfile</replaceable></arg>
    </cmdsynopsis>
   </refsynopsisdiv>
--- 22,28 ----
     <arg rep="repeat"><replaceable>option</replaceable></arg>
     <arg choice="plain"><replaceable>archivelocation</replaceable></arg>
     <arg choice="plain"><replaceable>nextwalfile</replaceable></arg>
!    <arg choice="plain"><replaceable>walfilepath</replaceable></arg>
     <arg choice="opt"><replaceable>restartwalfile</replaceable></arg>
    </cmdsynopsis>
   </refsynopsisdiv>
*** a/doc/src/sgml/protocol.sgml
--- b/doc/src/sgml/protocol.sgml
***************
*** 1371,1377 **** The commands accepted in walsender mode are:
        </term>
        <listitem>
        <para>
!        Current xlog flush location. Useful to get a known location in the
         transaction log where streaming can start.
        </para>
        </listitem>
--- 1371,1377 ----
        </term>
        <listitem>
        <para>
!        Current WAL flush location. Useful to get a known location in the
         transaction log where streaming can start.
        </para>
        </listitem>
*** a/doc/src/sgml/storage.sgml
--- b/doc/src/sgml/storage.sgml
***************
*** 810,816 **** data. Empty in ordinary tables.</entry>
     <entry>pd_lsn</entry>
     <entry>PageXLogRecPtr</entry>
     <entry>8 bytes</entry>
!    <entry>LSN: next byte after last byte of xlog record for last change
     to this page</entry>
    </row>
    <row>
--- 810,816 ----
     <entry>pd_lsn</entry>
     <entry>PageXLogRecPtr</entry>
     <entry>8 bytes</entry>
!    <entry>LSN: next byte after last byte of WAL record for last change
     to this page</entry>
    </row>
    <row>
