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]

[PATCH] s/subsegment/subsection in as.texinfo


Hi Guys,

  I am applyling the patch to replace occurances of "subsegment" in
  the gas documentation with "subsection".  This makes the
  documentation internally consistent and might help to avoid
  confusing readers who know about ELF segments.

Cheers
  Nick

gas/ChangeLog
2007-10-30  Nick Clifton  <nickc@redhat.com>

	* doc/as.texinfo (Section): Replace "subsegment" with
	"subsection".

Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.174
diff -c -3 -p -r1.174 as.texinfo
*** gas/doc/as.texinfo	27 Oct 2007 17:45:53 -0000	1.174
--- gas/doc/as.texinfo	30 Oct 2007 14:19:11 -0000
*************** ways:
*** 5598,5604 ****
  
  @smallexample
  .section @var{name}[, "@var{flags}"]
! .section @var{name}[, @var{subsegment}]
  @end smallexample
  
  If the optional argument is quoted, it is taken as flags to use for the
--- 5598,5604 ----
  
  @smallexample
  .section @var{name}[, "@var{flags}"]
! .section @var{name}[, @var{subsection}]
  @end smallexample
  
  If the optional argument is quoted, it is taken as flags to use for the
*************** from the section, rather than adding the
*** 5629,5635 ****
  will be as if no flags had been specified at all.
  
  If the optional argument to the @code{.section} directive is not quoted, it is
! taken as a subsegment number (@pxref{Sub-Sections}).
  @end ifset
  
  @ifset ELF
--- 5629,5635 ----
  will be as if no flags had been specified at all.
  
  If the optional argument to the @code{.section} directive is not quoted, it is
! taken as a subsection number (@pxref{Sub-Sections}).
  @end ifset
  
  @ifset ELF


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