summaryrefslogtreecommitdiffstats
path: root/doc/file.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-09-18 23:14:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-09-18 23:14:19 (GMT)
commit069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a (patch)
tree6ee961d913febbd56e1fd7366e6f0cec1d21c5aa /doc/file.n
parent7366513913d13b8f2545a5c3509c457897a552ed (diff)
downloadtcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.zip
tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.tar.gz
tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.tar.bz2
* doc/file.n (file readlink): [Bug 3070580]: 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 e969c44..96d84b5 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.59 2010/01/20 13:42:17 dkf Exp $
+'\" RCS: @(#) $Id: file.n,v 1.60 2010/09/18 23:14:19 dkf Exp $
'\"
.so man.macros
.TH file n 8.3 Tcl "Tcl Built-In Commands"
@@ -327,7 +327,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