mirror of git://sourceware.org/git/glibc.git
* manual/string.texi: Fix typo in wmemcpy decl.
This commit is contained in:
parent
9cb97cd42c
commit
79827876ee
|
|
@ -1,3 +1,7 @@
|
||||||
|
2005-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
|
||||||
|
|
||||||
|
* manual/string.texi: Fix typo in wmemcpy decl.
|
||||||
|
|
||||||
2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
|
2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
|
||||||
|
|
||||||
* FAQ.in: Explain why `make' might fail running rpcgen.
|
* FAQ.in: Explain why `make' might fail running rpcgen.
|
||||||
|
|
|
||||||
|
|
@ -386,7 +386,7 @@ memcpy (new, old, arraysize * sizeof (struct foo));
|
||||||
|
|
||||||
@comment wchar.h
|
@comment wchar.h
|
||||||
@comment ISO
|
@comment ISO
|
||||||
@deftypefun {wchar_t *} wmemcpy (wchar_t *restrict @var{wto}, const wchar_t *restruct @var{wfrom}, size_t @var{size})
|
@deftypefun {wchar_t *} wmemcpy (wchar_t *restrict @var{wto}, const wchar_t *restrict @var{wfrom}, size_t @var{size})
|
||||||
The @code{wmemcpy} function copies @var{size} wide characters from the object
|
The @code{wmemcpy} function copies @var{size} wide characters from the object
|
||||||
beginning at @var{wfrom} into the object beginning at @var{wto}. The
|
beginning at @var{wfrom} into the object beginning at @var{wto}. The
|
||||||
behavior of this function is undefined if the two arrays @var{wto} and
|
behavior of this function is undefined if the two arrays @var{wto} and
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue