From c43663737c91a02d428c3a6e37b89a94f74cd5c2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 12 Dec 2008 17:21:08 +0000 Subject: 2008-12-12 Ralf Corsepius * libc/stdio/fputws.c: Fix documentation. * libc/stdio/getwchar.c: Ditto. * libc/stdio/putwchar.c: Ditto. --- newlib/libc/stdio/putwchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdio/putwchar.c') diff --git a/newlib/libc/stdio/putwchar.c b/newlib/libc/stdio/putwchar.c index 12c9f09cc..fcb0a7dba 100644 --- a/newlib/libc/stdio/putwchar.c +++ b/newlib/libc/stdio/putwchar.c @@ -49,7 +49,7 @@ TRAD_SYNOPSIS wchar_t <[wc]>; DESCRIPTION -The <> function or macro is the wide-character equivalent of +The <> function or macro is the wide-character equivalent of the <> function. It writes the wide character wc to stdout. The alternate function <<_putwchar_r>> is a reentrant version. The -- cgit v1.2.3