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:
		| @@ -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> | 2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk> | ||||||
|  |  | ||||||
| 	* libc/stdlib/llabs.c: Mark up parameter name in ANSI_SYNOPSIS. | 	* libc/stdlib/llabs.c: Mark up parameter name in ANSI_SYNOPSIS. | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ | |||||||
|  |  | ||||||
| /* | /* | ||||||
| FUNCTION | FUNCTION | ||||||
| <<fread>>. <<fread_unlocked>>---read array elements from a file | <<fread>>, <<fread_unlocked>>---read array elements from a file | ||||||
|  |  | ||||||
| INDEX | INDEX | ||||||
| 	fread | 	fread | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user