summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-04-23 14:16:36 -0400
committerDave Brolley <brolley@redhat.com>2009-04-23 14:16:36 -0400
commitfb6d28283bd7ea63364a008d32c53687a694642f (patch)
treeaa2d8faf381be8ba016cf4fb18a4d01da464ac60 /stap.1.in
parente8aa2f848123598fa8c2110804b250cba1286271 (diff)
parent819ec23db74427d0249596959c938673f424f831 (diff)
downloadsystemtap-steved-fb6d28283bd7ea63364a008d32c53687a694642f.tar.gz
systemtap-steved-fb6d28283bd7ea63364a008d32c53687a694642f.tar.xz
systemtap-steved-fb6d28283bd7ea63364a008d32c53687a694642f.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts: Makefile.in
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/stap.1.in b/stap.1.in
index 82a62b6d..aed473d7 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -181,8 +181,7 @@ even if they do not have an explicit probe placed into them.
.BI \-o " FILE"
Send standard output to named file. In bulk mode, percpu files will
start with FILE_ (FILE_cpu with -F) followed by the cpu number.
-This supports a subset of strftime(3) (%%, %C, %Y, %y, %m, %d, %e, %F,
-%H, %I, %j, %l, %M, %S, %R, %T, %u, %w) for FILE.
+This supports strftime(3) formats for FILE.
.TP
.BI \-c " CMD"
Start the probes, run CMD, and exit when CMD finishes.