This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Support "@file"


Richard Sandiford wrote:
> Mark Mitchell <mark@codesourcery.com> writes:
> 
>>option in either single or double quotes.  Any character (including a
>>backslash) may be included by prefixing the character to be included
>>character with a backslash.
> 
>   ^^^^^^^^^
> stray "character"?

Thanks!

I took the libiberty of checking in the attached patch, which removes
the last occurrence "character", which had clearly escaped (from my
machine)...

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304
2005-10-07  Mark Mitchell  <mark@codesourcery.com>

	* at-file.texi: Fix typo.

Index: at-file.texi
===================================================================
RCS file: /cvs/src/src/libiberty/at-file.texi,v
retrieving revision 1.1
diff -c -5 -p -r1.1 at-file.texi
*** at-file.texi	4 Oct 2005 05:34:17 -0000	1.1
--- at-file.texi	7 Oct 2005 14:20:16 -0000
*************** literally, and not removed.  
*** 9,16 ****
  
  Options in @var{file} are separated by whitespace.  A whitespace
  character may be included in an option by surrounding the entire
  option in either single or double quotes.  Any character (including a
  backslash) may be included by prefixing the character to be included
! character with a backslash.  The @var{file} may itself contain
! additional @@@var{file} options; any such options will be processed
! recursively.
--- 9,15 ----
  
  Options in @var{file} are separated by whitespace.  A whitespace
  character may be included in an option by surrounding the entire
  option in either single or double quotes.  Any character (including a
  backslash) may be included by prefixing the character to be included
! with a backslash.  The @var{file} may itself contain additional
! @@@var{file} options; any such options will be processed recursively.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]