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/wcsnrtombs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'newlib/libc/stdlib/wcsnrtombs.c') diff --git a/newlib/libc/stdlib/wcsnrtombs.c b/newlib/libc/stdlib/wcsnrtombs.c index fa1b2acac..99c8bd175 100644 --- a/newlib/libc/stdlib/wcsnrtombs.c +++ b/newlib/libc/stdlib/wcsnrtombs.c @@ -69,12 +69,12 @@ TRAD_SYNOPSIS DESCRIPTION The <> function converts a string of wide characters indirectly 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 -<[dst}>. +the array pointed to by <[dst]>. No more than <[len]> bytes are written to +<[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 stops because a null character is encountered, *<[src]> is set to NULL. -- cgit v1.2.3