diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-25 09:30:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-25 09:30:20 (GMT) |
commit | e7ff6cacbcb54ddb99776ccdebc712ac946e583b (patch) | |
tree | 52200189ed4442727318a91f9025457075dbb88f /doc/CrtObjCmd.3 | |
parent | 08902d8a97128693fedfc54e48c9ecb46d78e33f (diff) | |
download | tcl-e7ff6cacbcb54ddb99776ccdebc712ac946e583b.zip tcl-e7ff6cacbcb54ddb99776ccdebc712ac946e583b.tar.gz tcl-e7ff6cacbcb54ddb99776ccdebc712ac946e583b.tar.bz2 |
Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, list
(actually quite a few more where the documentation didn't match the header files ....)
Diffstat (limited to 'doc/CrtObjCmd.3')
-rw-r--r-- | doc/CrtObjCmd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3 index 6714bd7..6025c68 100644 --- a/doc/CrtObjCmd.3 +++ b/doc/CrtObjCmd.3 @@ -46,7 +46,7 @@ Tcl_Command .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 |