diff options
author | hunt <hunt> | 2005-03-29 18:07:58 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-03-29 18:07:58 +0000 |
commit | e32551b18f4560056d2d482f5e1505b1b98fa82a (patch) | |
tree | 4e9e07a9b46a4fd5dea27732571cbb04c0ef5dee /runtime/README | |
parent | 13b35bb112459702e7371ecc89d7deb789818a86 (diff) | |
download | systemtap-steved-e32551b18f4560056d2d482f5e1505b1b98fa82a.tar.gz systemtap-steved-e32551b18f4560056d2d482f5e1505b1b98fa82a.tar.xz systemtap-steved-e32551b18f4560056d2d482f5e1505b1b98fa82a.zip |
*** empty log message ***
Diffstat (limited to 'runtime/README')
-rw-r--r-- | runtime/README | 5 |
1 files changed, 4 insertions, 1 deletions
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 + * <a href="http://sources.redhat.com/systemtap/">SystemTap Project Page</a> */ |