diff options
author | hobbs <hobbs> | 1999-08-21 19:40:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-21 19:40:47 (GMT) |
commit | 4bfe5ab933e93ed3cdedf9ece36a051ac5678150 (patch) | |
tree | ff8e702132d6cefda6ada4088a6a59bd2e96027c /doc/filename.n | |
parent | 40c26bfd1689472e72e816d33a144db9c0111f86 (diff) | |
download | tcl-4bfe5ab933e93ed3cdedf9ece36a051ac5678150.zip tcl-4bfe5ab933e93ed3cdedf9ece36a051ac5678150.tar.gz tcl-4bfe5ab933e93ed3cdedf9ece36a051ac5678150.tar.bz2 |
1999-08-20 Jeff Hobbs <hobbs@scriptics.com>
* doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
Diffstat (limited to 'doc/filename.n')
-rw-r--r-- | doc/filename.n | 10 |
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, |