copy_ref_page.patch

application/octet-stream

Filename: copy_ref_page.patch
Type: application/octet-stream
Part: 0
Message: Re: Don't allow relative path for copy from file

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
doc/src/sgml/ref/copy.sgml 4 3
*** 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>