summaryrefslogtreecommitdiffstats
path: root/doc/filename.n
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-08-21 19:40:46 (GMT)
committerhobbs <hobbs@noemail.net>1999-08-21 19:40:46 (GMT)
commit8977a920bffe4364024a506ec86ae4cdc3b7c14c (patch)
treeff8e702132d6cefda6ada4088a6a59bd2e96027c /doc/filename.n
parent39003fb17166fbefca9ac8e8de6c9a9adba853e7 (diff)
downloadtcl-8977a920bffe4364024a506ec86ae4cdc3b7c14c.zip
tcl-8977a920bffe4364024a506ec86ae4cdc3b7c14c.tar.gz
tcl-8977a920bffe4364024a506ec86ae4cdc3b7c14c.tar.bz2
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
Diffstat (limited to 'doc/filename.n')
-rw-r--r--doc/filename.n10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/filename.n b/doc/filename.n
index dd82a86..9d36214 100644
--- a/doc/filename.n
+++ b/doc/filename.n
@@ -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: filename.n,v 1.2 1998/09/14 18:39:52 stanton Exp $
+'\" RCS: @(#) $Id: filename.n,v 1.3 1999/08/21 19:40:48 hobbs Exp $
'\"
.so man.macros
.TH filename n 7.5 Tcl "Tcl Built-In Commands"
@@ -26,7 +26,7 @@ Instead, portable scripts must use the \fBfile split\fR and \fBfile
join\fR commands to manipulate file names (see the \fBfile\fR manual
entry for more details).
-.SH PATH TYPES
+.SH "PATH TYPES"
.PP
File names are grouped into three general types based on the starting point
for the path used to specify the file: absolute, relative, and
@@ -39,7 +39,7 @@ current volume, or relative to the current directory of the specified
volume. The \fBfile pathtype\fR command can be used to determine the
type of a given path.
-.SH PATH SYNTAX
+.SH "PATH SYNTAX"
.PP
The rules for native names depend on the value reported in the Tcl
array element \fBtcl_platform(platform)\fR:
@@ -163,7 +163,7 @@ Volume-relative path to a file \fBfoo\fR in the root directory of the current
volume.
.RE
-.SH TILDE SUBSTITUTION
+.SH "TILDE SUBSTITUTION"
.PP
In addition to the file name rules described above, Tcl also supports
\fIcsh\fR-style tilde substitution. If a file name starts with a
@@ -181,7 +181,7 @@ use a tilde followed by a user name will generate an error. File
names that have a tilde without a user name will be substituted using
the \fB$HOME\fR environment variable, just like for Unix.
-.SH PORTABILITY ISSUES
+.SH "PORTABILITY ISSUES"
.PP
Not all file systems are case sensitive, so scripts should avoid code
that depends on the case of characters in a file name. In addition,