This is the mail archive of the binutils@sources.redhat.com 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]

bleedingly obvious doc patch


Committed as obvious.

Ben

	* ld.texinfo (Simple Example): Add missing punctuation.

Index: ld.texinfo
===================================================================
RCS file: /cvs/src/src/ld/ld.texinfo,v
retrieving revision 1.108
diff -u -p -r1.108 ld.texinfo
--- ld.texinfo	1 Apr 2004 11:20:04 -0000	1.108
+++ ld.texinfo	21 Apr 2004 06:06:01 -0000
@@ -2365,7 +2365,7 @@ at address @samp{0x8000000}.  After the 
 output section, the value of the location counter will be
 @samp{0x8000000} plus the size of the @samp{.data} output section.  The
 effect is that the linker will place the @samp{.bss} output section
-immediately after the @samp{.data} output section in memory
+immediately after the @samp{.data} output section in memory.
 
 The linker will ensure that each output section has the required
 alignment, by increasing the location counter if necessary.  In this


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