diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-03-20 15:50:00 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-03-20 15:50:00 -0400 |
commit | 947d86f92e1e1a12e587e6a7b1955ff324c3fdf5 (patch) | |
tree | e63f404e2b8cf50b8b6f379d9badd400c4116289 | |
parent | 75dc1b3b7a2bb669471570af3365a1a7752ea438 (diff) | |
download | systemtap-steved-947d86f92e1e1a12e587e6a7b1955ff324c3fdf5.tar.gz systemtap-steved-947d86f92e1e1a12e587e6a7b1955ff324c3fdf5.tar.xz systemtap-steved-947d86f92e1e1a12e587e6a7b1955ff324c3fdf5.zip |
tweak NEWS blurb wording on --skip-badvars
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ probe more interrupt handlers. - Variables unavailable in current context may be skipped by setting a - session level flag with command line option --skip-badvars now available. - This will simply substitute the otherwise error causing variable with a - literal 0 and print a warning message when the substitution has been made. + session level flag with command line option --skip-badvars now available. + This replaces any dwarf $variable expressions that could not be resolved + with literal numeric zeros, along with a warning message. * What's new in version 0.9 |