From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/README-source.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'runtime/docs/html/README-source.html') diff --git a/runtime/docs/html/README-source.html b/runtime/docs/html/README-source.html index e3a311ea..1b03993d 100644 --- a/runtime/docs/html/README-source.html +++ b/runtime/docs/html/README-source.html @@ -4,7 +4,7 @@ -
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

README

00001 /** @mainpage SystemTap Runtime Library
 00002  *
 00003  * @section intro_sec Introduction
@@ -39,7 +39,7 @@
 00032  *
 00033  * @subsection list_sec Lists
 00034  * A list is a special map which has internally ascending long integer keys.  Adding a value to
-00035  * a list does not require setting a key first. Create a list with _stp_map_new(). Add to it
+00035  * a list does not require setting a key first. Create a list with _stp_list_new(). Add to it
 00036  * with _stp_list_add_str() and _stp_list_add_int64().  Clear it with _stp_list_clear().
 00037  *
 00038  * @section status_sec Status
@@ -57,7 +57,8 @@
 00050  * 
 00051  * @section todo_sec ToDo 
 00052  * \link todo Click Here for Complete List \endlink
-00053  */
-

-Generated on Tue Mar 22 10:27:36 2005 for SystemTap. - +00053 * +00054 * @section links Links +00055 * <a href="http://sources.redhat.com/systemtap/">SystemTap Project Page</a> +00056 */ + -- cgit