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