summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ReferenceManual/UtilReference.tex2
1 files changed, 1 insertions, 1 deletions
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.
}%%%