summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsmith <dsmith>2006-07-17 20:27:10 +0000
committerdsmith <dsmith>2006-07-17 20:27:10 +0000
commit3a09fba957161fc8490763d04d3b424142de9dc3 (patch)
tree8baf00ab48facbb2ce7847bd5d2c37ac020fac29
parent541e9ff7eeaa5c6bb78c57c339a5f0094e73f475 (diff)
downloadsystemtap-steved-3a09fba957161fc8490763d04d3b424142de9dc3.tar.gz
systemtap-steved-3a09fba957161fc8490763d04d3b424142de9dc3.tar.xz
systemtap-steved-3a09fba957161fc8490763d04d3b424142de9dc3.zip
i2006-07-17 David Smith <dsmith@redhat.com>
* stapfuncs.5.in: Removed retval function description, since it has been removed.
-rw-r--r--ChangeLog5
-rw-r--r--stapfuncs.5.in4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2850adae..29d37d1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-17 David Smith <dsmith@redhat.com>
+
+ * stapfuncs.5.in: Removed retval function description, since it
+ has been removed.
+
2006-07-17 Roland McGrath <roland@redhat.com>
* configure.ac, systemtap.spec.in: Require elfutils-0.122.
diff --git a/stapfuncs.5.in b/stapfuncs.5.in
index 9934fa5f..d6460d81 100644
--- a/stapfuncs.5.in
+++ b/stapfuncs.5.in
@@ -163,10 +163,6 @@ Return the pid of the target process.
.TP
is_return:long ()
Return 1 if the probe point is a return probe. Deprecated.
-.TP
-retval:long ()
-Return the pending return value of the function being return-probed.
-Deprecated by the "$return" target variable.
.SS ERRNO
.TP