diff options
author | hunt <hunt> | 2007-03-14 22:32:58 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-14 22:32:58 +0000 |
commit | 6dfd08d7feccaafc99e8e8579fc7af8ec82698a2 (patch) | |
tree | de111c2752f3283721009f8c82ea770c15bf6308 /stap.1.in | |
parent | 5ba4863bffd79835cec97cad3d4e16399def8d10 (diff) | |
download | systemtap-steved-6dfd08d7feccaafc99e8e8579fc7af8ec82698a2.tar.gz systemtap-steved-6dfd08d7feccaafc99e8e8579fc7af8ec82698a2.tar.xz systemtap-steved-6dfd08d7feccaafc99e8e8579fc7af8ec82698a2.zip |
2007-03-14 Martin Hunt <hunt@redhat.com>
* main.cxx (usage): Remove "-M" and edit description
of "-b".
* stap.1.in: Remove "-M" option and edit description of "-b".
Edit description of "-o".
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -140,7 +140,8 @@ Use the given name for the generated kernel object module, instead of a unique randomized name. .TP .BI \-o " FILE" -Send standard output to named file. +Send standard output to named file. In bulk mode, percpu files will +start with FILE_ followed by the cpu number. .TP .BI \-c " CMD" Start the probes, run CMD, and exit when CMD finishes. |