summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-18 14:58:24 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-03-18 14:58:24 +0000
commit7c26d9e6aaf82cfd405eabf9ab8915ead72a9ee5 (patch)
tree8bff20d1ee0f91e3a7a60da46715452f350ef64a /doc/ReferenceManual
parent6bf5b1916017175e3dd168bce0d2d00fbbf27f59 (diff)
key/value table iterators (Util_TableIt*() functions):
* standardize terminology that ihandle is "handle to table iterator" git-svn-id: http://svn.cactuscode.org/flesh/trunk@4015 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/UtilReference.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ReferenceManual/UtilReference.tex b/doc/ReferenceManual/UtilReference.tex
index c0edc4e2..6b24b5ac 100644
--- a/doc/ReferenceManual/UtilReference.tex
+++ b/doc/ReferenceManual/UtilReference.tex
@@ -2452,7 +2452,7 @@ ok (iterator has just advanced past the last table entry,
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -2518,7 +2518,7 @@ A handle to the clone table iterator
\begin{ParameterSection}
\begin{Parameter}{ihandle}
-Handle to the table iterator to be cloned
+handle to the table iterator to be cloned
\end{Parameter}
\end{ParameterSection}
@@ -2636,7 +2636,7 @@ int ihandle = Util_TableItCreate(int handle);
\begin{ResultSection}
\begin{Result}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Result}
\end{ResultSection}
@@ -2709,7 +2709,7 @@ ok
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -2778,7 +2778,7 @@ iterator is in the ``null-pointer'' state
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -2852,7 +2852,7 @@ i.e.\ iterator points to some table entry
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -2928,7 +2928,7 @@ include a terminating null character)
\end{ResultSection}
\begin{ParameterSection}
-\begin{Parameter}{handle ($\ge 0$)}
+\begin{Parameter}{ihandle ($\ge 0$)}
handle to the table iterator
\end{Parameter}
\begin{Parameter}{key\_buffer\_length}
@@ -3082,7 +3082,7 @@ handle to the table over which the iterator iterates
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -3140,7 +3140,7 @@ iterator is in the ``null-pointer'' state
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -3192,7 +3192,7 @@ ok
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}
@@ -3255,7 +3255,7 @@ ok
\begin{ParameterSection}
\begin{Parameter}{ihandle ($\ge 0$)}
-handle to the iterator
+handle to the table iterator
\end{Parameter}
\end{ParameterSection}