diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-03-25 13:49:24 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-03-25 13:49:24 +0100 |
commit | 8e2dc4511df5c321b7723549a559398a3aa84e96 (patch) | |
tree | 8bd12b6d944355ef7a906b9253dcfcb5d69d4d2c | |
parent | 83dd1a8e273f5a30a94fd6438fe0567c5fd1aee7 (diff) | |
download | systemtap-steved-8e2dc4511df5c321b7723549a559398a3aa84e96.tar.gz systemtap-steved-8e2dc4511df5c321b7723549a559398a3aa84e96.tar.xz systemtap-steved-8e2dc4511df5c321b7723549a559398a3aa84e96.zip |
NEWS: Fix man 3stap description to original.
-rw-r--r-- | NEWS | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |