summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS11
1 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 795d73c1..d10c2cc3 100644
--- a/NEWS
+++ b/NEWS
@@ -9,12 +9,11 @@
-c /bin/ls
This feature can slow down execution of a process somewhat.
-- Systemtap probes and function man pages extracted from the tapsets
- are now available in a separate man section 3stap.
- To look at the page for probe vm.pagefault:
- $ man -S 3stap probe_vm.pagefault
- To look at the page for the function pexecname:
- $ man -S 3stap pexecname
+ - Systemtap probes and function man pages extracted from the tapsets
+ are now available under 3stap. To show the page for probe vm.pagefault
+ or the stap function pexecname do:
+ $ man 3stap vm.pagefault
+ $ man 3stap pexecname
- Kernel tracepoints are now supported for probing predefined kernel
events without any debuginfo. Tracepoints incur less overhead than