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/NRE.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/NRE.3')
-rw-r--r-- | doc/NRE.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ void .AS Tcl_CmdDeleteProc *interp in .AP Tcl_Interp *interp in The relevant Interpreter. -.AP char *cmdName in +.AP "const char" *cmdName in Name of the command to create. .AP Tcl_ObjCmdProc *proc in Called in order to evaluate a command. Is often just a small wrapper that uses |