From be6af8cfbdb4d25013d533c8e2b245228d2bc349 Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 3 Jan 2006 12:49:10 +0000 Subject: Util_snprintf() += tweak footnote wording git-svn-id: http://svn.cactuscode.org/flesh/trunk@4223 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ReferenceManual/UtilReference.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ReferenceManual/UtilReference.tex') diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex index 01436cad..64bc0fec 100644 --- a/doc/ReferenceManual/UtilReference.tex +++ b/doc/ReferenceManual/UtilReference.tex @@ -385,7 +385,7 @@ C99 defines, and many systems provide, a C library function \verb|snprintf()|, which safely formats data into a caller-supplied buffer. However, a few systems don't provide this,%%% \footnote{%%% - There's also a related API \texttt{sprintf()}. + There's also a related (older) API \texttt{sprintf()}. Don't use it -- it almost guarantees buffer overflows. }%%% -- cgit v1.2.3