diff options
Diffstat (limited to 'man3/wcpcpy.3')
| -rw-r--r-- | man3/wcpcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3 index 5757ddf43f..0fadb77a19 100644 --- a/man3/wcpcpy.3 +++ b/man3/wcpcpy.3 @@ -12,7 +12,7 @@ .\" .TH WCPCPY 3 1999-07-25 "GNU" "Linux Programmer's Manual" .SH NAME -wcpcpy \- copy a wide character string, returning a pointer to its end +wcpcpy \- copy a wide-character string, returning a pointer to its end .SH SYNOPSIS .nf .B #define _GNU_SOURCE @@ -24,7 +24,7 @@ wcpcpy \- copy a wide character string, returning a pointer to its end .SH DESCRIPTION The \fBwcpcpy\fP() function is the wide-character equivalent of the \fBstpcpy\fP() function. -It copies the wide character string pointed to by \fIsrc\fP, +It copies the wide-character string pointed to by \fIsrc\fP, including the terminating L'\\0' character, to the array pointed to by \fIdest\fP. .PP |
