diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2009-04-22 13:16:25 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2009-04-22 13:16:25 -0400 |
commit | 54f1da8faec0408630348f70d78fc0f8ca07f876 (patch) | |
tree | c04dd2833285e73b3da33747b6b3d138526ef777 /staprun.8.in | |
parent | eee3e6dca7f1289ccb6795bc586fbda2dbe67188 (diff) | |
download | systemtap-steved-54f1da8faec0408630348f70d78fc0f8ca07f876.tar.gz systemtap-steved-54f1da8faec0408630348f70d78fc0f8ca07f876.tar.xz systemtap-steved-54f1da8faec0408630348f70d78fc0f8ca07f876.zip |
PR 9821: Use genuine strftime in staprun/stapio
* Makefile.am: Add -fno-builtin-strftime to stapio_CFLAGS.
* Makefile.in: Ditto.
* runtime/staprun/common.c (stap_strfloctime): Use strftime(3).
(parse_args): Remove strftime format limitation message.
* main.cxx (usage): Ditto.
* stap.1.in: Ditto.
* staprun.8.in: Ditto.
Diffstat (limited to 'staprun.8.in')
-rw-r--r-- | staprun.8.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/staprun.8.in b/staprun.8.in index 5d2a72a6..b9993288 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -53,8 +53,7 @@ The '_stp_target' variable will be set to PID. .B \-o FILE Send output to FILE. If the module uses bulk mode, the output will be in percpu files FILE_x(FILE_cpux in backgroud and bulk mode) -where 'x' is 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) +where 'x' is the cpu number. This supports strftime(3) formats for FILE. .TP .B \-b BUFFER_SIZE |