summaryrefslogtreecommitdiffstats
path: root/doc/CrtObjCmd.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:38:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:38:06 (GMT)
commit6ef2d21d52bc57def14a5622bebe567983a2f515 (patch)
tree14f5d5f94ae71841de2b5483ef8d0a00bb67ae97 /doc/CrtObjCmd.3
parentfd0aa4c0fc372b3220a8c2af4ead3619f40d117b (diff)
parente7ff6cacbcb54ddb99776ccdebc712ac946e583b (diff)
downloadtcl-6ef2d21d52bc57def14a5622bebe567983a2f515.zip
tcl-6ef2d21d52bc57def14a5622bebe567983a2f515.tar.gz
tcl-6ef2d21d52bc57def14a5622bebe567983a2f515.tar.bz2
Merge 8.6
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