diff options
author | dgp <dgp@users.sourceforge.net> | 2007-12-31 17:56:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-12-31 17:56:32 (GMT) |
commit | 16a9dc3e86b4bb9846622098b0f602e18fcbb818 (patch) | |
tree | 2126a13379b02a99d2d6bd8b868617218fc69aa3 /doc | |
parent | 20e183fe4ce20ecc825db92439063d1d8f7243ff (diff) | |
download | tcl-16a9dc3e86b4bb9846622098b0f602e18fcbb818.zip tcl-16a9dc3e86b4bb9846622098b0f602e18fcbb818.tar.gz tcl-16a9dc3e86b4bb9846622098b0f602e18fcbb818.tar.bz2 |
* doc/filename.n: Typocore_8_4_17
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 bf70bc4..db4d493 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.7.12.2 2007/11/05 17:34:10 dgp Exp $ +'\" RCS: @(#) $Id: filename.n,v 1.7.12.3 2007/12/31 17:56:34 dgp Exp $ '\" .so man.macros .TH filename n 7.5 Tcl "Tcl Built-In Commands" @@ -148,7 +148,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 |