This commit is contained in:
Michael Kerrisk 2008-07-14 18:39:06 +00:00
parent 47e9b9f131
commit 97de53cad0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ to the end of the wide-character string pointed to by \fIdest\fP.
The strings may not overlap.
.PP
The programmer must ensure that there is room for at least
\fIwcslen(dest)+wcslen(src)+1\fP wide characters at \fIdest\fP.
\fIwcslen(dest) + wcslen(src) + 1\fP wide characters at \fIdest\fP.
.SH "RETURN VALUE"
.BR wcscat ()
returns \fIdest\fP.