From 93fe61dd5bd8c3d88a9da6de3536c4c5ce471865 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 5 Jan 2006 14:42:55 +0000 Subject: Util_vsnprintf() += seealso to git-svn-id: http://svn.cactuscode.org/flesh/trunk@4229 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ReferenceManual/UtilReference.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex index 1fa75a56..722cb130 100644 --- a/doc/ReferenceManual/UtilReference.tex +++ b/doc/ReferenceManual/UtilReference.tex @@ -502,6 +502,12 @@ Standard C library function which this function tries to clone. Unsafe and dangerous C library function similar to \verb|vsnprintf()|, which doesn't check the buffer length. \end{SeeAlso} +\begin{SeeAlso}{} +System header file which defines the \verb|va_list| ``cookie'' type +and various macros to manipulate it. On most Unix systems the man +page for this header file this also includes a mini-tutorial on how +to use \verb|va_list| objects. +\end{SeeAlso} \end{SeeAlsoSection} \end{FunctionDescription} -- cgit v1.2.3