diff options
author | fche <fche> | 2005-09-13 15:41:30 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-13 15:41:30 +0000 |
commit | 7b9361d50ad46a92838f9707604d05d71e595f96 (patch) | |
tree | 2b7042158aa22b8d9a7acda35d0ab59aedf22a6d | |
parent | bf9bd203c3acd94614b93ba0187148a1deda043c (diff) | |
download | systemtap-steved-7b9361d50ad46a92838f9707604d05d71e595f96.tar.gz systemtap-steved-7b9361d50ad46a92838f9707604d05d71e595f96.tar.xz systemtap-steved-7b9361d50ad46a92838f9707604d05d71e595f96.zip |
* removed information about former automagic string conversion
-rw-r--r-- | stapprobes.5.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stapprobes.5.in b/stapprobes.5.in index f1a4451b..d457f260 100644 --- a/stapprobes.5.in +++ b/stapprobes.5.in @@ -137,9 +137,10 @@ allows limited traversal of structures, pointers, and arrays. .TP $var refers to an in-scope variable "var". If it's an integer-like type, -it will be cast to a 64-bit int for systemtap script use. If it's -a string-like type (char *), it will be copied into a systemtap -string. +it will be cast to a 64-bit int for systemtap script use. String-like +pointers (char *) may be copied to systemtap string values using the +.IR kernel_string " or " user_string +functions. .TP $var->field traversal to a structure's field. The indirection operator |