summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/stap.1.in b/stap.1.in
index 7ceb843c..f2f9661a 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -219,9 +219,8 @@ Return now from enclosing probe handler.
.SS EXPRESSIONS
Systemtap supports a number of operators that have the same general syntax,
semantics, and precedence as in C and awk. Arithmetic is performed as per
-typical C rules for signed integers. No short-circuiting is performed
-for the boolean operations. Division by zero is detected and results in
-an error.
+typical C rules for signed integers. Division by zero or overflow is
+detected and results in an error.
.TP
binary numeric operators
.B * / % + - >> << & ^ | && ||