Fix an inconsistent use of '.' in FUNCTION

Fix an inconsistent use of '.' to separate 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>
This commit is contained in:
Jon TURNEY 2015-06-23 13:02:33 +01:00
parent ff4a4f2655
commit eb61ffe8dd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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