2009-01-05 Craig Howland <howland@LGSInnovations.com>

* libc/stdio/fwide.c:  Correct typo in TRAD_SYNOPSIS for _fwide_r.
This commit is contained in:
Jeff Johnston 2009-01-05 19:08:03 +00:00
parent f1170e02f2
commit 8ca367408d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-05 Craig Howland <howland@LGSInnovations.com>
* libc/stdio/fwide.c: Correct typo in TRAD_SYNOPSIS for _fwide_r.
2008-12-19 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.17.0 info.

View File

@ -19,7 +19,7 @@ TRAD_SYNOPSIS
FILE *<[fp]>;
int <[mode]>;
int fwide(<[ptr]>, <[fp]>, <[mode]>)
int _fwide_r(<[ptr]>, <[fp]>, <[mode]>)
struct _reent *<[ptr]>;
FILE *<[fp]>;
int <[mode]>;