summaryrefslogtreecommitdiffstats
path: root/stap.1.in
diff options
context:
space:
mode:
authorfche <fche>2005-12-01 21:10:30 +0000
committerfche <fche>2005-12-01 21:10:30 +0000
commitc253c2ea9ff3ff0169c191c20418066c9cf94caa (patch)
tree84ec4376fa5803297baf0793eeae8daf400adf97 /stap.1.in
parent39e57ce01790506b9e6a85cc126c032907fd9197 (diff)
downloadsystemtap-steved-c253c2ea9ff3ff0169c191c20418066c9cf94caa.tar.gz
systemtap-steved-c253c2ea9ff3ff0169c191c20418066c9cf94caa.tar.xz
systemtap-steved-c253c2ea9ff3ff0169c191c20418066c9cf94caa.zip
2005-12-01 Frank Ch. Eigler <fche@redhat.com>
PR 1944 quick hack. * translator.cxx (translate_pass): Reduce default MAXNESTING to 10. (emit_module_init): Add a paranoid check against oversize contexts. * stap.1.in: Document MAXNESTING change. 2005-12-01 Frank Ch. Eigler <fche@redhat.com> PR 1944 quick hack. * testsuite/systemtap.sample/control_limits.*: Adapt to new MAXNESTING default.
Diffstat (limited to 'stap.1.in')
-rw-r--r--stap.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/stap.1.in b/stap.1.in
index 28c20dd5..407f8842 100644
--- a/stap.1.in
+++ b/stap.1.in
@@ -408,7 +408,7 @@ function thatfn:string (arg1:long, arg2) {
.ESAMPLE
Functions may call others or themselves
recursively, up to a fixed nesting limit. This limit is defined by
-a macro in the translated C code and is in the neighbourhood of 30.
+a macro in the translated C code and is in the neighbourhood of 10.
.SS EMBEDDED C
When in guru mode, the translator accepts embedded code in the