summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-09-09 15:09:47 -0400
committerDave Brolley <brolley@redhat.com>2008-09-09 15:09:47 -0400
commitbb997bd81d90b94e734c8c93402353eddd0bc408 (patch)
tree4e57cbf3adab36130ab242538fe6bbc79c243798 /NEWS
parent13e6d2152e5aca18e4fd1d0d5f8c6b280f995763 (diff)
parent67a66a8b72d19dc1a1fd10db1c55e31a6e93b270 (diff)
downloadsystemtap-steved-bb997bd81d90b94e734c8c93402353eddd0bc408.tar.gz
systemtap-steved-bb997bd81d90b94e734c8c93402353eddd0bc408.tar.xz
systemtap-steved-bb997bd81d90b94e734c8c93402353eddd0bc408.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab035593..c7ddce45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
* What's new
- Target process mode (stap -c CMD or -x PID) now implicitly restricts all
- "process.*" probes to the given child process. (It does not effect
+ "process.*" probes to the given child process. (It does not affect
kernel.* or other probe types.) The CMD string is now executed directly,
rather than via a /bin/sh -c subshell.