summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--doc/file.n4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 86256c0..6562f48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-19 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/file.n (file readlink): [Bug 3070580]: Typofix.
+
2010-09-10 Donal K. Fellows <dkf@users.sf.net>
* doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's
diff --git a/doc/file.n b/doc/file.n
index 0df79eb..0711b53 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 2007/12/13 15:22:32 dgp Exp $
+'\" RCS: @(#) $Id: file.n,v 1.53.2.1 2010/09/18 23:14:43 dkf Exp $
'\"
.so man.macros
.TH file n 8.3 Tcl "Tcl Built-In Commands"
@@ -319,7 +319,7 @@ Returns \fB1\fR if file \fIname\fR is readable by the current user,
\fBfile readlink \fIname\fR
.
Returns the value of the symbolic link given by \fIname\fR (i.e. the name
-of the file it points to). If \fIname\fR is npt a symbolic link or its
+of the file it points to). If \fIname\fR is not a symbolic link or its
value cannot be read, then an error is returned. On systems that do not
support symbolic links this option is undefined.
.TP