summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorhunt <hunt>2007-03-14 22:32:58 +0000
committerhunt <hunt>2007-03-14 22:32:58 +0000
commit6dfd08d7feccaafc99e8e8579fc7af8ec82698a2 (patch)
treede111c2752f3283721009f8c82ea770c15bf6308 /stap.1.in
parent5ba4863bffd79835cec97cad3d4e16399def8d10 (diff)
downloadsystemtap-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.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 5f89c10e..02d6032f 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -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.