943a074
diff -upr avr-libc-1.4.6/doc/api/doxygen.config.in avr-libc-1.4.6_new/doc/api/doxygen.config.in
943a074
--- avr-libc-1.4.6/doc/api/doxygen.config.in	2007-04-21 22:09:47.000000000 +0200
943a074
+++ avr-libc-1.4.6_new/doc/api/doxygen.config.in	2007-05-24 22:49:35.000000000 +0200
943a074
@@ -843,7 +843,7 @@ USE_PDFLATEX           = NO
943a074
 # running if errors occur, instead of asking the user for help. 
943a074
 # This option is also used when generating formulas in HTML.
943a074
 
943a074
-LATEX_BATCHMODE        = YES
943a074
+LATEX_BATCHMODE        = NO
943a074
 
943a074
 # If LATEX_HIDE_INDICES is set to YES then doxygen will not 
943a074
 # include the index chapters (such as File Index, Compound Index, etc.) 
943a074
diff -upr avr-libc-1.4.6/include/stdio.h avr-libc-1.4.6_new/include/stdio.h
943a074
--- avr-libc-1.4.6/include/stdio.h	2007-01-23 16:34:58.000000000 +0100
943a074
+++ avr-libc-1.4.6_new/include/stdio.h	2007-05-24 22:39:12.000000000 +0200
943a074
@@ -494,7 +494,7 @@ extern int	fclose(FILE *__stream);
943a074
       
943a074
    -   An optional decimal digit string specifying a minimum field width.
943a074
        If the converted value has fewer characters than the field width, it
943a074
-       will be padded with spaces on the left (or right, if the left-adjust­
943a074
+       will be padded with spaces on the left (or right, if the left-adjust-
943a074
        ment flag has been given) to fill out the field width.
943a074
    -   An optional precision, in the form of a period . followed by an
943a074
        optional digit string.  If the digit string is omitted, the