diff options
author | dsmith <dsmith> | 2006-09-26 21:39:52 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-09-26 21:39:52 +0000 |
commit | 3ae203b24203fc169e39f7b733f11038aafa80ef (patch) | |
tree | 50ff792a57834d21fba71791276dd7de519bac13 /runtime/README | |
parent | cc6dac44fe06855e8d1f69f9582ba5525869c4ab (diff) | |
download | systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.tar.gz systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.tar.xz systemtap-steved-3ae203b24203fc169e39f7b733f11038aafa80ef.zip |
2006-09-26 David Smith <dsmith@redhat.com>
* README: Changed 'stpd' references to 'staprun'.
* README.doc: Ditto.
* TODO: Ditto.
* io.c: Ditto.
* print.c: Ditto.
* runtime.h: Ditto.
* bench2/bench.rb: Ditto.
Diffstat (limited to 'runtime/README')
-rw-r--r-- | runtime/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/README b/runtime/README index 470cad16..efabcfef 100644 --- a/runtime/README +++ b/runtime/README @@ -1,4 +1,4 @@ -To build everything (relayfs, transport, stpd, and example probes): +To build everything (relayfs, transport, staprun, and example probes): > make To clean up: |