diff options
Diffstat (limited to 'doc/filename.n')
| -rw-r--r-- | doc/filename.n | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/filename.n b/doc/filename.n index 2c2c68d..8b8b00b 100644 --- a/doc/filename.n +++ b/doc/filename.n @@ -4,10 +4,8 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: filename.n,v 1.18 2007/10/29 01:42:18 dkf Exp $ -'\" -.so man.macros .TH filename n 7.5 Tcl "Tcl Built-In Commands" +.so man.macros .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME @@ -40,7 +38,7 @@ type of a given path. .SH "PATH SYNTAX" .PP The rules for native names depend on the value reported in the Tcl -array element \fBtcl_platform(platform)\fR: +\fBplatform\fR element of the \fBtcl_platform\fR array: .TP 10 \fBUnix\fR On Unix and Apple MacOS X platforms, Tcl uses path names where the @@ -173,8 +171,8 @@ Furthermore, a file name consisting only of dots or dots with trailing characters .QW .....abc is illegal. +.SH "SEE ALSO" +file(n), glob(n) .SH KEYWORDS current directory, absolute file name, relative file name, volume-relative file name, portability -.SH "SEE ALSO" -file(n), glob(n) |
