summaryrefslogtreecommitdiffstats
path: root/doc/file.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-18 11:25:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-18 11:25:13 (GMT)
commit525ab21f8c78e625ec3cf9067cfdfe83849e270c (patch)
tree0c9dbc137e664c4beadb773373e48bb6ab6c4608 /doc/file.n
parent80eca273f4b974b66e91dade8b680590398338c4 (diff)
downloadtcl-525ab21f8c78e625ec3cf9067cfdfe83849e270c.zip
tcl-525ab21f8c78e625ec3cf9067cfdfe83849e270c.tar.gz
tcl-525ab21f8c78e625ec3cf9067cfdfe83849e270c.tar.bz2
* doc/file.n: [Bug 3111298]: Typofix.
Diffstat (limited to 'doc/file.n')
-rw-r--r--doc/file.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/file.n b/doc/file.n
index 96d84b5..344ec0f 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.60 2010/09/18 23:14:19 dkf Exp $
+'\" RCS: @(#) $Id: file.n,v 1.61 2010/11/18 11:25:14 dkf Exp $
'\"
.so man.macros
.TH file n 8.3 Tcl "Tcl Built-In Commands"
@@ -377,7 +377,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
.PP