summaryrefslogtreecommitdiffstats
path: root/doc/CrtObjCmd.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-05-25 13:15:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-05-25 13:15:32 (GMT)
commitb6d01a333ab9a4c3375cdbf9f9797b596a54816d (patch)
treeabfd2121521f59f9bd920a44269dafa872035128 /doc/CrtObjCmd.3
parent500d59bd30411075048ab82167e053ed5f0b1718 (diff)
parent6ef2d21d52bc57def14a5622bebe567983a2f515 (diff)
downloadtcl-b6d01a333ab9a4c3375cdbf9f9797b596a54816d.zip
tcl-b6d01a333ab9a4c3375cdbf9f9797b596a54816d.tar.gz
tcl-b6d01a333ab9a4c3375cdbf9f9797b596a54816d.tar.bz2
merge 8.7
Diffstat (limited to 'doc/CrtObjCmd.3')
-rw-r--r--doc/CrtObjCmd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3
index 59b217e..f15e277 100644
--- a/doc/CrtObjCmd.3
+++ b/doc/CrtObjCmd.3
@@ -54,7 +54,7 @@ const char *
.AS Tcl_CmdDeleteProc *deleteProc in/out
.AP Tcl_Interp *interp in
Interpreter in which to create a new command or that contains a command.
-.AP char *cmdName in
+.AP "const char" *cmdName in
Name of command.
.AP Tcl_ObjCmdProc *proc in
Implementation of the new command: \fIproc\fR will be called whenever