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] documentation fix


Op maandag 03 oktober 2005 05:07, schreef Hans-Peter Nilsson:
....
> Heh.  And just in case nobody else notices it: need to change
> the line after the deleted ones into "@item".
>
> brgds, H-P

There are more of these @item vs @itemx errors in this file. 
Here is corrected and extended patch, which I can not apply myself:

* doc/as.texinfo (infix operators): '<' and '>' are not shift, 

Index: doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.130
diff -u -r1.130 as.texinfo
--- doc/as.texinfo      30 Sep 2005 15:05:07 -0000      1.130
+++ doc/as.texinfo      3 Oct 2005 07:49:46 -0000
@@ -3567,12 +3567,10 @@
 @item %
 @dfn{Remainder}.

-@item <
-@itemx <<
+@item <<
 @dfn{Shift Left}.  Same as the C operator @samp{<<}.

-@item >
-@itemx >>
+@item >>
 @dfn{Shift Right}.  Same as the C operator @samp{>>}.
 @end table

@@ -3624,11 +3622,11 @@
 @dfn{Is Not Equal To}
 @item <
 @dfn{Is Less Than}
-@itemx >
+@item >
 @dfn{Is Greater Than}
-@itemx >=
+@item >=
 @dfn{Is Greater Than Or Equal To}
-@itemx <=
+@item <=
 @dfn{Is Less Than Or Equal To}

 The comparison operators can be used as infix operators.  A true results has a


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