diff options
author | dsmith <dsmith> | 2006-09-26 21:41:37 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-09-26 21:41:37 +0000 |
commit | a63a95dc1994d08176b63f0a133749b531f22b80 (patch) | |
tree | b9ffa6793a0289097481df6931a74c5478eb0a38 /stapfuncs.5.in | |
parent | 3ae203b24203fc169e39f7b733f11038aafa80ef (diff) | |
download | systemtap-steved-a63a95dc1994d08176b63f0a133749b531f22b80.tar.gz systemtap-steved-a63a95dc1994d08176b63f0a133749b531f22b80.tar.xz systemtap-steved-a63a95dc1994d08176b63f0a133749b531f22b80.zip |
2006-09-26 David Smith <dsmith@redhat.com>
* .cvsignore: Changed 'stpd' reference to 'staprun'.
* INTERNALS: Ditto.
* buildrun.cxx (run_pass): Ditto.
* lket.5.in: Ditto.
* stap.1.in: Ditto.
* stapruncs.5.in: Ditto.
* examples/small_demos/demo_script.txt: Ditto.
* examples/small_demos/sys.stp: Ditto.
* systemtap.spec.in: Created a new subpackage,
"systemtap-runtime", that contains staprun.
* Makefile.am: Renamed 'stpd' to 'staprun' and moved it to
$(bindir).
* Makefile.in: Regenerated from Makefile.am.
* configure.ac: Incremented version number.
* configure: Regenerated from configure.ac.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index bde9729b..f8891310 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -43,14 +43,14 @@ and integer ("%d"). .TP warn:unknown (msg:string) Log the given string to the warning stream. Append an implicit end-of-line. -.I stpd +.I staprun prepends the string "WARNING:". .TP error:unknown (msg:string) An error has occurred. Log the given string to the error stream. Append an implicit end-of-line. -.I stpd +.I staprun prepends the string "ERROR:". Block any further execution of statements in this probe. If the number of errors so far exceeds the MAXERRORS parameter, also trigger an @@ -61,7 +61,7 @@ exit:unknown () Enqueue a request to shut down the systemtap session. This does .B not unwind the current probe handler, nor block new probe handlers. -.I stpd +.I staprun will shortly respond to the request and initiate an orderly shutdown. .SS CONVERSIONS |