* libc/stdio/fputwc.c: Fix typo in man page info.
This commit is contained in:
parent
4806c1f4f6
commit
c65466e242
@ -1,3 +1,7 @@
|
||||
2009-02-16 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/stdio/fputwc.c: Fix typo in man page info.
|
||||
|
||||
2009-02-12 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/include/wchar.h (_wcstod_r): Declare.
|
||||
|
@ -44,7 +44,7 @@ ANSI_SYNOPSIS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
wint_t _fputwc_r(struct _rent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
|
||||
wint_t _fputwc_r(struct _reent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
@ -52,7 +52,7 @@ ANSI_SYNOPSIS
|
||||
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
wint_t _putwc_r(struct _rent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
|
||||
wint_t _putwc_r(struct _reent *<[ptr]>, wchar_t <[wc]>, FILE *<[fp]>);
|
||||
|
||||
TRAD_SYNOPSIS
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user