diff options
Diffstat (limited to 'man3/wcpcpy.3')
| -rw-r--r-- | man3/wcpcpy.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3 index d61d0c9020..b333e4883b 100644 --- a/man3/wcpcpy.3 +++ b/man3/wcpcpy.3 @@ -10,7 +10,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCPCPY 3 2010-09-15 "GNU" "Linux Programmer's Manual" +.TH WCPCPY 3 2011-09-28 "GNU" "Linux Programmer's Manual" .SH NAME wcpcpy \- copy a wide-character string, returning a pointer to its end .SH SYNOPSIS @@ -45,7 +45,8 @@ function is the wide-character equivalent of the .BR stpcpy (3) function. It copies the wide-character string pointed to by \fIsrc\fP, -including the terminating L\(aq\\0\(aq character, to the array pointed to by +including the terminating null wide character (L\(aq\\0\(aq),cw +to the array pointed to by \fIdest\fP. .PP The strings may not overlap. @@ -56,7 +57,7 @@ wide characters at \fIdest\fP. .SH "RETURN VALUE" .BR wcpcpy () returns a pointer to the end of the wide-character string -\fIdest\fP, that is, a pointer to the terminating L\(aq\\0\(aq character. +\fIdest\fP, that is, a pointer to the terminating null wide character. .SH "CONFORMING TO" This function is a GNU extension. .SH "SEE ALSO" |
