OSDN Git Service

Updated to tcl 8.4.1
[pf3gnuchains/sourceware.git] / tcl / doc / InitStubs.3
index aa12b8e..e452ccc 100644 (file)
@@ -1,5 +1,5 @@
 '\"
-'\" Copyright (c) 1999 Scriptics Corportation
+'\" Copyright (c) 1998-1999 Scriptics Corporation
 '\"
 '\" See the file "license.terms" for information on usage and redistribution
 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -15,13 +15,13 @@ Tcl_InitStubs \- initialize the Tcl stubs mechanism
 .nf
 \fB#include <tcl.h>\fR
 .sp
-char *
+CONST char *
 \fBTcl_InitStubs\fR(\fIinterp, version, exact\fR)
 .SH ARGUMENTS
 .AS Tcl_Interp *interp in
 .AP Tcl_Interp *interp in
 Tcl interpreter handle.
-.AP char *version in
+.AP "CONST char" *version in
 A version string consisting of one or more decimal numbers
 separated by dots.
 .AP int exact in
@@ -86,6 +86,6 @@ non-zero means that only the specified \fIversion\fR is acceptable.
 of Tcl satisfying the request, or NULL if the Tcl version is not
 acceptable, does not support stubs, or any other error condition occurred.
 .SH "SEE ALSO"
-\fBTk_InitStubs\fR
+Tk_InitStubs
 .SH KEYWORDS
 stubs