diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-09 19:17:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-09 19:17:58 (GMT) |
commit | 8b3a9add00d4556ba71d2f30332e4db6fcf23307 (patch) | |
tree | f0a94197e243b9eb2e699b578d50b6eff1ffa49b /doc/SplitPath.3 | |
parent | 668900314480734934af1de71777c2c907875c43 (diff) | |
download | tcl-8b3a9add00d4556ba71d2f30332e4db6fcf23307.zip tcl-8b3a9add00d4556ba71d2f30332e4db6fcf23307.tar.gz tcl-8b3a9add00d4556ba71d2f30332e4db6fcf23307.tar.bz2 |
Formatting error in .AP macro
Diffstat (limited to 'doc/SplitPath.3')
-rw-r--r-- | doc/SplitPath.3 | 4 |
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 |