summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual/UtilReference.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:49:10 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:49:10 +0000
commitbe6af8cfbdb4d25013d533c8e2b245228d2bc349 (patch)
tree59068842ae361e25edb47ef0f1032957b0bcec70 /doc/ReferenceManual/UtilReference.tex
parentf72e7ec5684ca5f2d479aacdcab4d2be3c83e39a (diff)
Util_snprintf() += tweak footnote wording
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4223 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual/UtilReference.tex')
-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.
}%%%