summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--stap.1.in6
2 files changed, 6 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 37137a8c..433f25f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
+2007-03-14 Martin Hunt <hunt@redhat.com>
+ * stap.1.in: Remove "-M" option and edit description of "-b".
+
2007-03-14 Martin Hunt <hunt@redhat.com>
* Makefile.am: Don't install old relayfs sources.
* makefile.in: Rebuilt.
-2007-03-14 Martin Hunt <hunt@redhat.com>
-
+2007-03-14 Martin Hunt <hunt@redhat.com>
+
* Makefile.am (staprun_SOURCES): Sources now live in
runtime/staprun.
* makefile.in: Rebuilt.
diff --git a/stap.1.in b/stap.1.in
index 8b3065e6..5f89c10e 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -105,11 +105,7 @@ debbugging information for $target variables.
Unoptimized mode. Disable unused code elision during elaboration.
.TP
.BI \-b
-Use relayfs-based bulk mode for kernel-to-user data transfer.
-.TP
-.BI \-M
-Don't merge per-cpu files when using bulk (relayfs) mode. This option is
-valid for bulk mode.
+Use bulk mode (percpu files) for kernel-to-user data transfer.
.TP
.B \-t
Collect timing information on the number of times probe executes