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] typographic fix in as.texinfo(.loc)


Hi
I spotted a typographical error in the documentation of gas.
The patch below is rather obvious, but I can not apply it myself

Arnold

* doc/as.texinfo (.loc) fix placement of '@end table'

*** as.texinfo	2005-10-14 23:21:05.000000000 +0200
--- as.texinfo.merge	2005-10-17 16:47:31.186792024 +0200
***************
*** 4106,4111 ****
--- 4106,4113 ----
  This directive will set the @code{isa} register in the @code{.debug_line}
  state machine to @var{value}, which must be an unsigned integer.
  
+ @end table
+ 
  @section @code{.loc_mark_blocks @var{enable}}
  @cindex @code{loc_mark_blocks} directive
  The @code{.loc_mark_blocks} directive makes the assembler emit an entry
***************
*** 4114,4121 ****
  The @var{enable} argument should be either 1 or 0, to enable or disable
  this function respectively.
  
- @end table
- 
  @node Data
  @section @code{.data @var{subsection}}
  
--- 4116,4121 ----

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