X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Fstandards.texi;h=5b5d50293cb4397168d4027b37ce45e19f209f94;hb=9a23b07779a919205f9a355c81b67b629e929575;hp=fd25730e370c1ca1b6506ef791cf2d0b241f82c0;hpb=bfc014623e8ece5a3258f83b00a9948b73403a44;p=pintos-anon diff --git a/doc/standards.texi b/doc/standards.texi index fd25730..5b5d502 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -207,7 +207,7 @@ terminator and it has performance problems besides. Again, use @func{strlcpy}. @item strcat -Same issue as @func{strcpy}, but substitute @func{strlcat}. +Same issue as @func{strcpy}. Use @func{strlcat} instead. Again, refer to comments in its source code in @code{lib/string.c} for documentation.