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: silence Texinfo warning from c-arm.texi


The following patch silences a warning from Texinfo about brackets being
used in @var directives.  Square brackets in this case seem redundant.
Okay for mainline (and the 2.18 branch?)

Cheers, Ben


2007-08-22  Ben Elliston  <bje@au.ibm.com>

        * doc/c-arm.texi (ARM Directives): Remove brackets from @vars.

Index: doc/c-arm.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arm.texi,v
retrieving revision 1.45
diff -u -p -r1.45 c-arm.texi
--- doc/c-arm.texi      26 Mar 2007 14:39:35 -0000      1.45
+++ doc/c-arm.texi      22 Aug 2007 07:07:05 -0000
@@ -403,8 +403,8 @@ be used to delete builtin in register na
 should only be done if it is really necessary.
 
 @cindex @code{dn} and @code{qn} directives, ARM
-@item @var{name} .dn @var{register name} [@var{.type}] [@var{[index]}]
-@item @var{name} .qn @var{register name} [@var{.type}] [@var{[index]}]
+@item @var{name} .dn @var{register name} [@var{.type}] [@var{index}]
+@item @var{name} .qn @var{register name} [@var{.type}] [@var{index}]
 
 The @code{dn} and @code{qn} directives are used to create typed
 and/or indexed register aliases for use in Advanced SIMD Extension




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