From c7b1e4cbf2dbd335189a592b2fb865a8160f5c78 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 23 Jun 2015 16:12:05 +0100 Subject: Fix some mangled makedoc markup 2015-06-23 Jon Turney * libc/stdlib/itoa.c: Fix makedoc markup. * libc/stdlib/wcsnrtombs.c: Ditto. Signed-off-by: Jon TURNEY --- newlib/libc/stdlib/itoa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdlib/itoa.c') diff --git a/newlib/libc/stdlib/itoa.c b/newlib/libc/stdlib/itoa.c index c7c9b8871..377834d03 100644 --- a/newlib/libc/stdlib/itoa.c +++ b/newlib/libc/stdlib/itoa.c @@ -11,7 +11,7 @@ ANSI_SYNOPSIS char *__itoa(int <[value]>, char *<[str]>, int <[base]>); DESCRIPTION -<> converts the integer [] to a null-terminated string +<> converts the integer <[value]> to a null-terminated string 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 prefixed with '-' if negative. For all other bases, <[value]> is treated as -- cgit v1.2.3