summaryrefslogtreecommitdiffstats
path: root/doc/SplitPath.3
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2002-03-09 19:17:58 (GMT)
committerdgp@users.sourceforge.net <dgp>2002-03-09 19:17:58 (GMT)
commita168bd15d20f64aaaf1b04abb30e2ebdec6833fd (patch)
treef0a94197e243b9eb2e699b578d50b6eff1ffa49b /doc/SplitPath.3
parent23c475b311b6345275f52e060f1be480542dad84 (diff)
downloadtcl-a168bd15d20f64aaaf1b04abb30e2ebdec6833fd.zip
tcl-a168bd15d20f64aaaf1b04abb30e2ebdec6833fd.tar.gz
tcl-a168bd15d20f64aaaf1b04abb30e2ebdec6833fd.tar.bz2
Formatting error in .AP macro
Diffstat (limited to 'doc/SplitPath.3')
-rw-r--r--doc/SplitPath.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SplitPath.3 b/doc/SplitPath.3
index 8a04901..acee4e4 100644
--- a/doc/SplitPath.3
+++ b/doc/SplitPath.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: SplitPath.3,v 1.6 2002/02/08 02:52:54 dgp Exp $
+'\" RCS: @(#) $Id: SplitPath.3,v 1.7 2002/03/09 19:17:58 dgp Exp $
'\"
.so man.macros
.TH Tcl_SplitPath 3 7.5 Tcl "Tcl Library Procedures"
@@ -29,7 +29,7 @@ File path in a form appropriate for the current platform (see the
\fBfilename\fR manual entry for acceptable forms for path names).
.AP int *argcPtr out
Filled in with number of path elements in \fIpath\fR.
-.AP CONST char ***argvPtr out
+.AP "CONST char" ***argvPtr out
\fI*argvPtr\fR will be filled in with the address of an array of
pointers to the strings that are the extracted elements of \fIpath\fR.
There will be \fI*argcPtr\fR valid entries in the array, followed by