diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-05-24 10:31:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-05-24 10:31:27 (GMT) |
commit | f9f4215d9b2b137d2d047e88ceaf1d980019fa7e (patch) | |
tree | 4465396918629d28472504e07693c873af68da06 /doc | |
parent | cddc896fb5c3b992f549072e61acc000d912e3b6 (diff) | |
download | tcl-f9f4215d9b2b137d2d047e88ceaf1d980019fa7e.zip tcl-f9f4215d9b2b137d2d047e88ceaf1d980019fa7e.tar.gz tcl-f9f4215d9b2b137d2d047e88ceaf1d980019fa7e.tar.bz2 |
Typo. [Bug 1494160]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filename.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filename.n b/doc/filename.n index c2787ec..d7dda13 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.13 2004/06/30 14:46:10 vincentdarley Exp $ +'\" RCS: @(#) $Id: filename.n,v 1.14 2006/05/24 10:31:27 dkf Exp $ '\" .so man.macros .TH filename n 7.5 Tcl "Tcl Built-In Commands" @@ -99,7 +99,7 @@ following examples illustrate various forms of path names: Absolute UNC path to a file called \fBfile\fR in the root directory of the export point \fBshare\fR on the host \fBHost\fR. Note that repeated use of \fBfile dirname\fR on this path will give -\fB//Host/share\fR, and will never give just /fB//Host/fR. +\fB//Host/share\fR, and will never give just \fB//Host\fR. .TP 15 \fBc:foo\fR Volume-relative path to a file \fBfoo\fR in the current directory on drive |