diff options
author | fche <fche> | 2007-02-09 15:16:32 +0000 |
---|---|---|
committer | fche <fche> | 2007-02-09 15:16:32 +0000 |
commit | 8045e33ede1ace3f3d0735c6ff7c621137c830f3 (patch) | |
tree | 8126dfb196dded131351690d06937c59255718ce /stap.1.in | |
parent | 44f753868fd81e3b5c614acc3a4898d5c812a610 (diff) | |
download | systemtap-steved-8045e33ede1ace3f3d0735c6ff7c621137c830f3.tar.gz systemtap-steved-8045e33ede1ace3f3d0735c6ff7c621137c830f3.tar.xz systemtap-steved-8045e33ede1ace3f3d0735c6ff7c621137c830f3.zip |
* fixed -P doc typo
* added atomic issues to %{ %} docs
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -98,8 +98,8 @@ Guru mode. Enable parsing of unsafe expert-level constructs like embedded C. .TP .B \-P -Prologue-searching mode. Enable parsing of unsafe expert-level constructs like -embedded C. +Prologue-searching mode. Activate heuristics to work around incorrect +debbugging information for $target variables. .TP .B \-u Unoptimized mode. Disable unused code elision during elaboration. @@ -625,9 +625,9 @@ of C code enclosed again between .IR %{ " and " %} markers. This C code may do anything reasonable and safe. There are a number -of undocumented but complex safety constraints on concurrency, -resource consumption, and runtime limits, so this is an advanced -technique. +of undocumented but complex safety constraints on atomicity, +concurrency, resource consumption, and run time limits, so this +is an advanced technique. .PP The memory locations set aside for input and output values are made available to it using a macro |