diff options
-rw-r--r-- | doc/SplitPath.3 | 2 | ||||
-rw-r--r-- | doc/StringObj.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/SplitPath.3 b/doc/SplitPath.3 index e7dc0cf..ff16792 100644 --- a/doc/SplitPath.3 +++ b/doc/SplitPath.3 @@ -72,7 +72,7 @@ Then you should eventually free the storage with a call like the following: .PP .CS -Tcl_Free((char *) argv); +Tcl_Free(argv); .CE .PP \fBTcl_JoinPath\fR is the inverse of \fBTcl_SplitPath\fR: it takes a diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 859e27a..2793f7d 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -40,7 +40,7 @@ Tcl_UniChar * int \fBTcl_GetUniChar\fR(\fIobjPtr, index\fR) .sp -int +size_t \fBTcl_GetCharLength\fR(\fIobjPtr\fR) .sp Tcl_Obj * |