diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 19:40:35 +0000 |
| commit | d0f17b5722cf0384bfed91effce12b702b1711b8 (patch) | |
| tree | d5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/wcpcpy.3 | |
| parent | f94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff) | |
| download | man-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz | |
s/wide character/wide-character/ when used attributively.
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 |
