diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-18 09:06:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-18 09:06:12 (GMT) |
commit | 2e04ff831d043373741c9252f3ff791bbc2bbda9 (patch) | |
tree | f855d175e2a84ba2249005208b9c6a21f7ed8468 /doc/SplitPath.3 | |
parent | 5c0af8783c940374355b648f2a47176f6c48af25 (diff) | |
download | tcl-2e04ff831d043373741c9252f3ff791bbc2bbda9.zip tcl-2e04ff831d043373741c9252f3ff791bbc2bbda9.tar.gz tcl-2e04ff831d043373741c9252f3ff791bbc2bbda9.tar.bz2 |
doc fix
Diffstat (limited to 'doc/SplitPath.3')
-rw-r--r-- | doc/SplitPath.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SplitPath.3 b/doc/SplitPath.3 index c011194..5dae109 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 |