strcat.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-12 09:24:56 +02:00
parent 1892fceef3
commit b739e8e108
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ might be:
.in +4n
.nf
char*
char *
strncat(char *dest, const char *src, size_t n)
{
size_t dest_len = strlen(dest);