This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 06/11] Fix an inconsistent use of '.' in FUNCTION


Fix an inconsistent use of '.' to serparate function names in FUNCTION. ',' is
used everywhere else.

2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>

	* libc/stdio/fread.c: Fix inconsistent use of '.' to separate
	function names in FUNCTION mark up.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
---
 newlib/ChangeLog          | 5 +++++
 newlib/libc/stdio/fread.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 2f1c8e2..cba8f63 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
 2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>
 
+	* libc/stdio/fread.c: Fix inconsistent use of '.' to separate
+	function names in FUNCTION mark up.
+
+2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>
+
 	* libc/stdlib/llabs.c: Mark up parameter name in ANSI_SYNOPSIS.
 	* libc/time/tzset.c: Add and mark up parameter in SYNOPSIS.
 	* libm/common/s_nan.c: Ditto.
diff --git a/newlib/libc/stdio/fread.c b/newlib/libc/stdio/fread.c
index d55ff66..c683947 100644
--- a/newlib/libc/stdio/fread.c
+++ b/newlib/libc/stdio/fread.c
@@ -17,7 +17,7 @@
 
 /*
 FUNCTION
-<<fread>>. <<fread_unlocked>>---read array elements from a file
+<<fread>>, <<fread_unlocked>>---read array elements from a file
 
 INDEX
 	fread
-- 
2.1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]