diff mbox

[doc] : Fix usage of @tie{} command

Message ID CAFULd4ZN31RnmJiNPDej68w8D=-zQrkvKGAAO0E8d1+qZwo2uA@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Sept. 29, 2013, 7:01 p.m. UTC
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.
diff mbox

Patch

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.