*** doc/src/sgml/ref/copy.sgml.orig	2012-08-16 13:49:47.000000000 +0900
--- doc/src/sgml/ref/copy.sgml	2012-08-16 14:54:40.000000000 +0900
***************
*** 116,124 ****
      <term><replaceable class="parameter">filename</replaceable></term>
      <listitem>
       <para>
!       The absolute path name of the input or output file.  Windows users
!       might need to use an <literal>E''</> string and double any backslashes
!       used in the path name.
       </para>
      </listitem>
     </varlistentry>
--- 116,125 ----
      <term><replaceable class="parameter">filename</replaceable></term>
      <listitem>
       <para>
!       The input file can be specified with an absolute or relative path to the
!       file, while the output file must be only specified with an absolute path
!       to the file.  Windows users might need to use an <literal>E''</> string
!       and double any backslashes used in the path name.
       </para>
      </listitem>
     </varlistentry>
