From: Ben Pfaff Date: Fri, 31 Dec 2004 23:13:46 +0000 (+0000) Subject: Clarify. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0ef710ad4478e6e8c8f85c6e3a98acdf4f17c3;p=pintos-anon Clarify. --- 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.