diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
new file mode 100644
index 17ef25b..4a33f87
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
*************** include 'filename'
*** 2279,2285 ****
        </indexterm>
        <listitem>
         <para>
!         The shell command to execute to archive a completed WAL file
          segment.  Any <literal>%p</> in the string is
          replaced by the path name of the file to archive, and any
          <literal>%f</> is replaced by only the file name.
--- 2279,2285 ----
        </indexterm>
        <listitem>
         <para>
!         The local shell command to execute to archive a completed WAL file
          segment.  Any <literal>%p</> in the string is
          replaced by the path name of the file to archive, and any
          <literal>%f</> is replaced by only the file name.
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml
new file mode 100644
index 9335aca..c9ed2df
*** a/doc/src/sgml/recovery-config.sgml
--- b/doc/src/sgml/recovery-config.sgml
***************
*** 42,48 ****
        </indexterm>
        <listitem>
         <para>
!         The shell command to execute to retrieve an archived segment of
          the WAL file series. This parameter is required for archive recovery,
          but optional for streaming replication.
          Any <literal>%f</> in the string is
--- 42,48 ----
        </indexterm>
        <listitem>
         <para>
!         The local shell command to execute to retrieve an archived segment of
          the WAL file series. This parameter is required for archive recovery,
          but optional for streaming replication.
          Any <literal>%f</> in the string is
