summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:50:28 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:50:28 +0000
commit85203219104a8a262e3e35003e499e6353cebb49 (patch)
tree171cc1da97f9b7a18a886dee2d4776f7c8279fb0 /doc/ReferenceManual
parentbe6af8cfbdb4d25013d533c8e2b245228d2bc349 (diff)
Util_snprintf() += one more bugfix -- it's <stdarg.h>, not <stdargs.h>
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4224 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-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 64bc0fec..d8a16835 100644
--- a/doc/ReferenceManual/UtilReference.tex
+++ b/doc/ReferenceManual/UtilReference.tex
@@ -409,7 +409,7 @@ the destination string was truncated to fit into the destination buffer.
\begin{SeeAlsoSection}
\begin{SeeAlso2}{Util\_vsnprintf}{Util-vsnprintf}
-Similar function which takes a \verb|<stdargs.h>| variable argument list.
+Similar function which takes a \verb|<stdarg.h>| variable argument list.
\end{SeeAlso2}
\begin{SeeAlso}{snprintf()}
Standard C library function which this function tries to clone.