summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-18 11:27:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-18 11:27:28 (GMT)
commit3942360d85dc8ab11f6914c9ffd17c256c7b8a6a (patch)
treef729c5ddd7caa69c7019895f17824d4b2529c7e0 /doc
parenta27660e4655bcf0b9f4fec0208158f0c79d6b396 (diff)
downloadtcl-3942360d85dc8ab11f6914c9ffd17c256c7b8a6a.zip
tcl-3942360d85dc8ab11f6914c9ffd17c256c7b8a6a.tar.gz
tcl-3942360d85dc8ab11f6914c9ffd17c256c7b8a6a.tar.bz2
* doc/file.n: [Bug 3111298]: Typofix.
Diffstat (limited to 'doc')
-rw-r--r--doc/file.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/file.n b/doc/file.n
index 0711b53..1a38a3a 100644
--- a/doc/file.n
+++ b/doc/file.n
@@ -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.53.2.1 2010/09/18 23:14:43 dkf Exp $
+'\" RCS: @(#) $Id: file.n,v 1.53.2.2 2010/11/18 11:27:28 dkf Exp $
'\"
.so man.macros
.TH file n 8.3 Tcl "Tcl Built-In Commands"
@@ -369,7 +369,7 @@ generated.
Returns a list whose elements are the path components in \fIname\fR. The
first element of the list will have the same path type as \fIname\fR.
All other elements will be relative. Path separators will be discarded
-unless they are needed ensure that an element is unambiguously relative.
+unless they are needed to ensure that an element is unambiguously relative.
For example, under Unix
.RS
.CS