aboutsummaryrefslogtreecommitdiffstats
path: root/man3/wcscpy.3
diff options
context:
space:
mode:
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