diff options
author | David Smith <dsmith@redhat.com> | 2008-08-15 14:02:51 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-08-15 14:02:51 -0500 |
commit | 3fa5cd6a40695472e3752dce17b5a438f8a830fa (patch) | |
tree | f9299c0ec76594877557211c30c505cdfac6ce92 /NEWS | |
parent | 986e98de88e5a55451aaf24a6ead7f44725124c1 (diff) | |
parent | fd5747054ac2a5c90d209195c55e6310972f969a (diff) | |
download | systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.tar.gz systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.tar.xz systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ $$parms, and $$locals context variables, which expand to a string containing a list "var1=0xdead var2=0xbeef var3=?". (Here, var3 exists but is for some reason unavailable.) In return probes only, $$return - expands to an empty string for a void function, or "$return=0xf00". + expands to an empty string for a void function, or "return=0xf00". * What's new in version 0.7 |