diff options
author | dsmith <dsmith> | 2007-06-18 15:37:33 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-06-18 15:37:33 +0000 |
commit | 6b159469f0daab2bc463c7ffbd3660b11c25ec22 (patch) | |
tree | b7a00776c83e085e402b16760ca71f2a43374492 | |
parent | d6b380891ae8c1947f328ff7d7a0ddc7f5a13e08 (diff) | |
download | systemtap-steved-6b159469f0daab2bc463c7ffbd3660b11c25ec22.tar.gz systemtap-steved-6b159469f0daab2bc463c7ffbd3660b11c25ec22.tar.xz systemtap-steved-6b159469f0daab2bc463c7ffbd3660b11c25ec22.zip |
2007-06-18 David Smith <dsmith@redhat.com>
* staprun.8.in: Fixed a couple of typos.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | staprun.8.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-06-18 David Smith <dsmith@redhat.com> + + * staprun.8.in: Fixed a couple of typos. + 2007-06-15 Frank Ch. Eigler <fche@elastic.org> PR 3331 cont'd. diff --git a/staprun.8.in b/staprun.8.in index 4b325fe8..917d4598 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -25,7 +25,7 @@ module produced by the front-end tool. The .I staprun -must be run as root. +program must be run as root. .PP Splitting the systemtap tool into a front-end and a back-end allows a user to compile a systemtap script on a development machine that has @@ -50,7 +50,7 @@ does. The '_stp_target' variable will contain the pid for CMD. The '_stp_target' variable will be set to PID. .TP .B \-o FILE -Send output to FILE. Is the module uses bulk mode, the output will +Send output to FILE. If the module uses bulk mode, the output will be in percpu files FILE_x where 'x' is the cpu number. .TP .B \-u USERNAME |