diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-04 09:11:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-04 09:11:59 (GMT) |
commit | 91bc34c111a262e2350cc3ece78c75ef8ba3f185 (patch) | |
tree | 3174052bb1ca71017e0daa89ddc9816c0cf07b7e /doc | |
parent | bf08959966d3a565773dbddb52b0be2e0747ec3a (diff) | |
download | tcl-91bc34c111a262e2350cc3ece78c75ef8ba3f185.zip tcl-91bc34c111a262e2350cc3ece78c75ef8ba3f185.tar.gz tcl-91bc34c111a262e2350cc3ece78c75ef8ba3f185.tar.bz2 |
Fix [Bug 1606454]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/file.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: file.n,v 1.23.2.2 2004/10/27 14:23:56 dkf Exp $ +'\" RCS: @(#) $Id: file.n,v 1.23.2.3 2006/12/04 09:12:02 dkf Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -286,7 +286,7 @@ will be \fBabsolute\fR. If \fIname\fR refers to a file relative to the current working directory, then the path type will be \fBrelative\fR. If \fIname\fR refers to a file relative to the current working directory on a specified volume, or to a specific file on the current working volume, then -the file type is \fBvolumerelative\fR. +the path type is \fBvolumerelative\fR. .TP \fBfile readable \fIname\fR . |