summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-06-09 16:35:47 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-06-09 16:35:47 (GMT)
commit5b8c3257ff518c67cc7dc645c47804f3f7f23980 (patch)
treef132dff1d9e1aadc9c58827a6590333e44a72afc /doc
parent4fa54adbdec030bc26298f5f38d4435b4c1818b5 (diff)
downloadtcl-5b8c3257ff518c67cc7dc645c47804f3f7f23980.zip
tcl-5b8c3257ff518c67cc7dc645c47804f3f7f23980.tar.gz
tcl-5b8c3257ff518c67cc7dc645c47804f3f7f23980.tar.bz2
Update to new TIP revision
Diffstat (limited to 'doc')
-rw-r--r--doc/return.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/return.n b/doc/return.n
index 6c5b821..52c1676 100644
--- a/doc/return.n
+++ b/doc/return.n
@@ -78,10 +78,10 @@ were the command \fBcontinue\fR.
\fIvalue\fR
.
\fIValue\fR must be an integer; it will be returned as the
-return code for the current procedure. Values in the range
--0x40000000 (-1073741824) to 0x40000000 (1073741824) are reserved
-for Tcl. Applications and extensions should use codes outside
-this range.
+return code for the current procedure. Applications
+and packages should use values in the range 5 to 268435455 (0x3fffffff)
+for their own purposes. Values outside this range are reserved
+for use by Tcl.
.LP
When a procedure wants to signal that it has received invalid
arguments from its caller, it may use \fBreturn -code error\fR