From c0667e92ce6156b69ee962683dcfb78f5c4ec0f8 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 31 Dec 2004 23:13:46 +0000 Subject: [PATCH] Clarify. --- doc/standards.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2