From 8045e33ede1ace3f3d0735c6ff7c621137c830f3 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 9 Feb 2007 15:16:32 +0000 Subject: * fixed -P doc typo * added atomic issues to %{ %} docs --- stap.1.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stap.1.in b/stap.1.in index 10df892d..079fb1a4 100644 --- a/stap.1.in +++ b/stap.1.in @@ -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 -- cgit