wcscat.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-01 12:27:33 +02:00
parent bd18d73457
commit d3edf78f39
1 changed files with 1 additions and 1 deletions

View File

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