summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:47:45 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-03 12:47:45 +0000
commitf72e7ec5684ca5f2d479aacdcab4d2be3c83e39a (patch)
treef836f7bce683a7236fea8de9091c923882385282 /doc/ReferenceManual
parent6a5749b82adda368db747dcff6c51224efbce6b8 (diff)
change obselete <varargs.h> to modern <stdarg.h> in SeeAlso reference
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4222 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 a5647001..01436cad 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|<varargs.h>| variable argument list.
+Similar function which takes a \verb|<stdargs.h>| variable argument list.
\end{SeeAlso2}
\begin{SeeAlso}{snprintf()}
Standard C library function which this function tries to clone.