aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcscpy.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 19:40:35 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 19:40:35 +0000
commitd0f17b5722cf0384bfed91effce12b702b1711b8 (patch)
treed5d747cee309ef31a04bec6681a3c0c899e7fc3c /man3/wcscpy.3
parentf94498eeb8736be4773ee06e3e9b0357d60cd7a2 (diff)
downloadman-pages-d0f17b5722cf0384bfed91effce12b702b1711b8.tar.gz
s/wide character/wide-character/ when used attributively.
Diffstat (limited to 'man3/wcscpy.3')
-rw-r--r--man3/wcscpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wcscpy.3 b/man3/wcscpy.3
index a7ad85ec35..c76cfd1770 100644
--- a/man3/wcscpy.3
+++ b/man3/wcscpy.3
@@ -13,7 +13,7 @@
.\"
.TH WCSCPY 3 1999-07-25 "GNU" "Linux Programmer's Manual"
.SH NAME
-wcscpy \- copy a wide character string
+wcscpy \- copy a wide-character string
.SH SYNOPSIS
.nf
.B #include <wchar.h>
@@ -23,7 +23,7 @@ wcscpy \- copy a wide character string
.SH DESCRIPTION
The \fBwcscpy\fP() function is the wide-character equivalent
of the \fBstrcpy\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