diff mbox

[doc] Tweak link for AVR-LibC user manual

Message ID alpine.LNX.2.00.1303272339270.1897@trevally.site
State New
Headers show

Commit Message

Gerald Pfeifer March 27, 2013, 10:45 p.m. UTC
2013-03-27  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
	* doc/extend.texi (Named Address Spaces): Ditto.
	(Variable Attributes): Ditto.

Installed on HEAD; will also apply to GCC 4.8 in a day or two.

Gerald
diff mbox

Patch

Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 197179)
+++ doc/extend.texi	(working copy)
@@ -1339,7 +1339,7 @@ 
 accesses to these data read from generic address space, i.e.@:
 from RAM,
 so that you need special accessors like @code{pgm_read_byte}
-from @w{@uref{http://nongnu.org/avr-libc/user-manual,AVR-LibC}}
+from @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}}
 together with attribute @code{progmem}.
 
 @noindent
@@ -4940,7 +4940,7 @@ 
 In order to read data located with the @code{progmem} attribute
 (inline) assembler must be used.
 @smallexample
-/* Use custom macros from @w{@uref{http://nongnu.org/avr-libc/user-manual,AVR-LibC}} */
+/* Use custom macros from @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} */
 #include <avr/pgmspace.h> 
 
 /* Locate var in flash memory */
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 197179)
+++ doc/invoke.texi	(working copy)
@@ -11708,7 +11708,7 @@ 
 The startup code from libgcc never sets @code{EIND}.
 Notice that startup code is a blend of code from libgcc and AVR-LibC.
 For the impact of AVR-LibC on @code{EIND}, see the
-@w{@uref{http://nongnu.org/avr-libc/user-manual,AVR-LibC user manual}}.
+@w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC user manual}}.
 
 @item
 It is legitimate for user-specific startup code to set up @code{EIND}