Fix some mangled makedoc markup
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/itoa.c: Fix makedoc markup. * libc/stdlib/wcsnrtombs.c: Ditto. 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/stdlib/itoa.c: Fix makedoc markup. | ||||||
|  | 	* libc/stdlib/wcsnrtombs.c: Ditto. | ||||||
|  |  | ||||||
| 2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk> | 2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk> | ||||||
|  |  | ||||||
| 	* libc/signal/signal.tex: Use texinfo not makedoc markup. | 	* libc/signal/signal.tex: Use texinfo not makedoc markup. | ||||||
|   | |||||||
| @@ -11,7 +11,7 @@ ANSI_SYNOPSIS | |||||||
| 	char *__itoa(int <[value]>, char *<[str]>, int <[base]>); | 	char *__itoa(int <[value]>, char *<[str]>, int <[base]>); | ||||||
|  |  | ||||||
| DESCRIPTION | DESCRIPTION | ||||||
| <<itoa>> converts the integer [<value>] to a null-terminated string | <<itoa>> converts the integer <[value]> to a null-terminated string | ||||||
| using the specified base, which must be between 2 and 36, inclusive. | using the specified base, which must be between 2 and 36, inclusive. | ||||||
| If <[base]> is 10, <[value]> is treated as signed and the string will be  | If <[base]> is 10, <[value]> is treated as signed and the string will be  | ||||||
| prefixed with '-' if negative. For all other bases, <[value]> is treated as | prefixed with '-' if negative. For all other bases, <[value]> is treated as | ||||||
|   | |||||||
| @@ -69,12 +69,12 @@ TRAD_SYNOPSIS | |||||||
| DESCRIPTION | DESCRIPTION | ||||||
| The <<wcsrtombs>> function converts a string of wide characters indirectly | The <<wcsrtombs>> function converts a string of wide characters indirectly | ||||||
| pointed to by <[src]> to a corresponding multibyte character string stored in | pointed to by <[src]> to a corresponding multibyte character string stored in | ||||||
| the array pointed to by <[dst}>.  No more than <[len]> bytes are written to | the array pointed to by <[dst]>.  No more than <[len]> bytes are written to | ||||||
| <[dst}>. | <[dst]>. | ||||||
|  |  | ||||||
| If <[dst}> is NULL, no characters are stored. | If <[dst]> is NULL, no characters are stored. | ||||||
|  |  | ||||||
| If <[dst}> is not NULL, the pointer pointed to by <[src]> is updated to point | If <[dst]> is not NULL, the pointer pointed to by <[src]> is updated to point | ||||||
| to the character after the one that conversion stopped at.  If conversion | to the character after the one that conversion stopped at.  If conversion | ||||||
| stops because a null character is encountered, *<[src]> is set to NULL. | stops because a null character is encountered, *<[src]> is set to NULL. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user