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/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime/README') diff --git a/runtime/README b/runtime/README index 6d81a189..cf38f882 100644 --- a/runtime/README +++ b/runtime/README @@ -32,7 +32,7 @@ * * @subsection list_sec Lists * A list is a special map which has internally ascending long integer keys. Adding a value to - * a list does not require setting a key first. Create a list with _stp_map_new(). Add to it + * a list does not require setting a key first. Create a list with _stp_list_new(). Add to it * with _stp_list_add_str() and _stp_list_add_int64(). Clear it with _stp_list_clear(). * * @section status_sec Status @@ -50,4 +50,7 @@ * * @section todo_sec ToDo * \link todo Click Here for Complete List \endlink + * + * @section links Links + * SystemTap Project Page */ -- cgit