summaryrefslogtreecommitdiffstats
path: root/doc/CrtObjCmd.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-06-20 15:00:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-06-20 15:00:05 (GMT)
commit641e35486f4483506ffcdba37e016ce03ddc3f9a (patch)
tree850db513617bd635dc66f50de9972a31044c7c62 /doc/CrtObjCmd.3
parentd263d78bf8e9801feff8316b711073694dab5045 (diff)
downloadtcl-641e35486f4483506ffcdba37e016ce03ddc3f9a.zip
tcl-641e35486f4483506ffcdba37e016ce03ddc3f9a.tar.gz
tcl-641e35486f4483506ffcdba37e016ce03ddc3f9a.tar.bz2
One stray CONST that escaped the CONST->const conversion.
Diffstat (limited to 'doc/CrtObjCmd.3')
-rw-r--r--doc/CrtObjCmd.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3
index 490ca94..f9ee031 100644
--- a/doc/CrtObjCmd.3
+++ b/doc/CrtObjCmd.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.13 2005/05/10 18:33:54 kennykb Exp $
+'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.14 2006/06/20 15:00:05 dgp Exp $
'\"
.so man.macros
.TH Tcl_CreateObjCommand 3 8.0 Tcl "Tcl Library Procedures"
@@ -112,7 +112,7 @@ Additionally, when \fIproc\fR is invoked, it must not modify the contents
of the \fIobjv\fR array by assigning new pointer values to any element of the
array (for example, \fIobjv\fR[\fB2\fR] = \fBNULL\fR) because this will
cause memory to be lost and the runtime stack to be corrupted. The
-\fBCONST\fR in the declaration of \fIobjv\fR will cause ANSI-compliant
+\fBconst\fR in the declaration of \fIobjv\fR will cause ANSI-compliant
compilers to report any such attempted assignment as an error. However,
it is acceptable to modify the internal representation of any individual
object argument. For instance, the user may call