2013-08-08 Freddie Chopin <freddie_chopin@op.pl>

* libc/string/strncat.c: Fix typo in documentation.
This commit is contained in:
Joel Sherrill 2013-08-08 15:17:09 +00:00
parent 4b876e164c
commit c8c245c2d4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-08-08 Freddie Chopin <freddie_chopin@op.pl>
* libc/string/strncat.c: Fix typo in documentation.
2013-08-01 Corinna Vinschen <vinschen@redhat.com>
* libc/include/stdio_ext.h (__fbufsize): Define as inline function for

View File

@ -7,7 +7,7 @@ INDEX
ANSI_SYNOPSIS
#include <string.h>
char *strncat(char *<restrict [dst]>, const char *<restrict [src]>,
char *strncat(char *restrict <[dst]>, const char *restrict <[src]>,
size_t <[length]>);
TRAD_SYNOPSIS