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/Backslash.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/Backslash.3')
-rw-r--r-- | doc/Backslash.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Backslash.3 b/doc/Backslash.3 index 0805f8e..1a807f6 100644 --- a/doc/Backslash.3 +++ b/doc/Backslash.3 @@ -18,7 +18,7 @@ char \fBTcl_Backslash\fR(\fIsrc, countPtr\fR) .SH ARGUMENTS .AS char *countPtr out -.AP char *src in +.AP "const char" *src in Pointer to a string starting with a backslash. .AP int *countPtr out If \fIcountPtr\fR is not NULL, \fI*countPtr\fR gets filled |