summaryrefslogtreecommitdiffstats
path: root/doc/NRE.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:30:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:30:20 (GMT)
commite7ff6cacbcb54ddb99776ccdebc712ac946e583b (patch)
tree52200189ed4442727318a91f9025457075dbb88f /doc/NRE.3
parent08902d8a97128693fedfc54e48c9ecb46d78e33f (diff)
downloadtcl-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.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NRE.3 b/doc/NRE.3
index 20efe2f..28576ba 100644
--- a/doc/NRE.3
+++ b/doc/NRE.3
@@ -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