public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] typo in documentation for ld --check-sections
@ 2006-04-07 13:06 Bernhard Fischer
  2006-04-07 13:21 ` Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections] Dave Korn
  2006-04-07 14:15 ` [PATCH] typo in documentation for ld --check-sections Nick Clifton
  0 siblings, 2 replies; 5+ messages in thread
From: Bernhard Fischer @ 2006-04-07 13:06 UTC (permalink / raw)
  To: binutils; +Cc: Bernhard Fischer

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

[Please keep me CC'ed]
Hi,

I think the word "any" is missing in this phrase:
"if there any overlaps"

Please apply,
Bernhard

2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>

	* ld.texinfo: Fix typo in documentation of --check-sections.


[-- Attachment #2: naked-ld_typo_check-sections.diff --]
[-- Type: text/plain, Size: 715 bytes --]

diff -rup naked-ld.orig/ld.texinfo naked-ld/ld.texinfo
--- naked-ld.orig/ld.texinfo	2006-04-06 19:54:13.000000000 +0200
+++ naked-ld/ld.texinfo	2006-04-07 14:18:04.000000000 +0200
@@ -1117,7 +1117,7 @@ platforms which support shared libraries
 @item --check-sections
 @itemx --no-check-sections
 Asks the linker @emph{not} to check section addresses after they have
-been assigned to see if there any overlaps.  Normally the linker will
+been assigned to see if there are any overlaps.  Normally the linker will
 perform this check, and if it finds any overlaps it will produce
 suitable error messages.  The linker does know about, and does make
 allowances for sections in overlays.  The default behaviour can be

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections]
  2006-04-07 13:06 [PATCH] typo in documentation for ld --check-sections Bernhard Fischer
@ 2006-04-07 13:21 ` Dave Korn
  2006-04-07 13:29   ` Bernhard Fischer
  2006-04-07 14:15 ` [PATCH] typo in documentation for ld --check-sections Nick Clifton
  1 sibling, 1 reply; 5+ messages in thread
From: Dave Korn @ 2006-04-07 13:21 UTC (permalink / raw)
  To: 'Bernhard Fischer', binutils

On 07 April 2006 13:31, Bernhard Fischer wrote:

> [Please keep me CC'ed]
> Hi,
> 
> I think the word "any" is missing in this phrase:
> "if there any overlaps"
> 
> Please apply,
> Bernhard
> 
> 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
> 
> 	* ld.texinfo: Fix typo in documentation of --check-sections.


  :)  I think the word 'are' is missing in this email!

  I can't approve or anything, but the patch is trivially correct and your
grammar is spot on too.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections]
  2006-04-07 13:21 ` Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections] Dave Korn
@ 2006-04-07 13:29   ` Bernhard Fischer
  2006-04-07 13:40     ` Dave Korn
  0 siblings, 1 reply; 5+ messages in thread
From: Bernhard Fischer @ 2006-04-07 13:29 UTC (permalink / raw)
  To: Dave Korn; +Cc: binutils, Bernhard Fischer

On Fri, Apr 07, 2006 at 02:06:41PM +0100, Dave Korn wrote:
>On 07 April 2006 13:31, Bernhard Fischer wrote:
>
>> [Please keep me CC'ed]
>> Hi,
>> 
>> I think the word "any" is missing in this phrase:
>> "if there any overlaps"
>> 
>> Please apply,
>> Bernhard
>> 
>> 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
>> 
>> 	* ld.texinfo: Fix typo in documentation of --check-sections.
>
>
>  :)  I think the word 'are' is missing in this email!

hmz. This are indeed correct ;)
>
>  I can't approve or anything, but the patch is trivially correct and your
>grammar is spot on too.

.. at least partially. Oh well.

cheers,
>
>
>    cheers,
>      DaveK
>-- 
>Can't think of a witty .sigline today....
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections]
  2006-04-07 13:29   ` Bernhard Fischer
@ 2006-04-07 13:40     ` Dave Korn
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Korn @ 2006-04-07 13:40 UTC (permalink / raw)
  To: 'Bernhard Fischer'; +Cc: binutils

On 07 April 2006 14:22, Bernhard Fischer wrote:

> On Fri, Apr 07, 2006 at 02:06:41PM +0100, Dave Korn wrote:
>> On 07 April 2006 13:31, Bernhard Fischer wrote:
>> 
>>> [Please keep me CC'ed]
>>> Hi,
>>> 
>>> I think the word "any" is missing in this phrase:
>>> "if there any overlaps"
>>> 
>>> Please apply,
>>> Bernhard
>>> 
>>> 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
>>> 
>>> 	* ld.texinfo: Fix typo in documentation of --check-sections.
>> 
>> 
>>  :)  I think the word 'are' is missing in this email!
> 
> hmz. This are indeed correct ;)

  all your "are" base belong to us!


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] typo in documentation for ld --check-sections
  2006-04-07 13:06 [PATCH] typo in documentation for ld --check-sections Bernhard Fischer
  2006-04-07 13:21 ` Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections] Dave Korn
@ 2006-04-07 14:15 ` Nick Clifton
  1 sibling, 0 replies; 5+ messages in thread
From: Nick Clifton @ 2006-04-07 14:15 UTC (permalink / raw)
  To: Bernhard Fischer; +Cc: binutils

Hi Bernhard,

> 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
> 
> 	* ld.texinfo: Fix typo in documentation of --check-sections.

Approved and applied.

Cheers
   Nick

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-04-07 14:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-07 13:06 [PATCH] typo in documentation for ld --check-sections Bernhard Fischer
2006-04-07 13:21 ` Typo in email [was RE: [PATCH] typo in documentation for ld --check-sections] Dave Korn
2006-04-07 13:29   ` Bernhard Fischer
2006-04-07 13:40     ` Dave Korn
2006-04-07 14:15 ` [PATCH] typo in documentation for ld --check-sections Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).