This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, doc]: Fix usage of @tie{} command


Hello!

2013-09-29  Uros Bizjak  <ubizjak@gmail.com>

        * doc/invoke.texi: Fix usage of @tie{} command.

Tested with texinfo-5.1, committed to mainline SVN.

Uros.

Index: invoke.texi
===================================================================
--- invoke.texi (revision 203011)
+++ invoke.texi (working copy)
@@ -12047,7 +12047,7 @@
 as needed before the operation.

 @item
-If the device supports RAM larger than 64@tie{KiB} and the compiler
+If the device supports RAM larger than 64@tie{}KiB and the compiler
 needs to change @code{RAMPZ} to accomplish an operation, @code{RAMPZ}
 is reset to zero after the operation.

@@ -12057,7 +12057,7 @@
 zero in case the ISR code might (implicitly) use it.

 @item
-RAM larger than 64@tie{KiB} is not supported by GCC for AVR targets.
+RAM larger than 64@tie{}KiB is not supported by GCC for AVR targets.
 If you use inline assembler to read from locations outside the
 16-bit address range and change one of the @code{RAMP} registers,
 you must reset it to zero after the access.


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