diff options
Diffstat (limited to 'doc/SplitPath.3')
| -rw-r--r-- | doc/SplitPath.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/SplitPath.3 b/doc/SplitPath.3 index ec8f96b..6863b6f 100644 --- a/doc/SplitPath.3 +++ b/doc/SplitPath.3 @@ -4,8 +4,8 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -.so man.macros .TH Tcl_SplitPath 3 7.5 Tcl "Tcl Library Procedures" +.so man.macros .BS .SH NAME Tcl_SplitPath, Tcl_JoinPath, Tcl_GetPathType \- manipulate platform-dependent file paths @@ -59,7 +59,6 @@ holds copies of all the path elements. It is the caller's responsibility to free all of this storage. For example, suppose that you have called \fBTcl_SplitPath\fR with the following code: -.PP .CS int argc; char *path; @@ -67,10 +66,8 @@ char **argv; \&... Tcl_SplitPath(string, &argc, &argv); .CE -.PP Then you should eventually free the storage with a call like the following: -.PP .CS Tcl_Free((char *) argv); .CE |
