diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 2f1c8e2c1..cba8f6307 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2015-06-23 Jon Turney + + * libc/stdio/fread.c: Fix inconsistent use of '.' to separate + function names in FUNCTION mark up. + 2015-06-23 Jon Turney * libc/stdlib/llabs.c: Mark up parameter name in ANSI_SYNOPSIS. diff --git a/newlib/libc/stdio/fread.c b/newlib/libc/stdio/fread.c index d55ff66d8..c6839476d 100644 --- a/newlib/libc/stdio/fread.c +++ b/newlib/libc/stdio/fread.c @@ -17,7 +17,7 @@ /* FUNCTION -<>. <>---read array elements from a file +<>, <>---read array elements from a file INDEX fread