summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-05 14:42:55 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-05 14:42:55 +0000
commit93fe61dd5bd8c3d88a9da6de3536c4c5ce471865 (patch)
tree816a4c1a28e3acc1b5abefd50704817920dcbd9c
parent3724426f4b0bb8305bfaae8264e1d9b0f7cf0fa6 (diff)
Util_vsnprintf() += seealso to <stdarg.h>
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4229 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/ReferenceManual/UtilReference.tex6
1 files changed, 6 insertions, 0 deletions
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}{<stdarg.h>}
+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}