diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-09-18 23:14:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-09-18 23:14:43 (GMT) |
commit | 8f13382de53a2267263119d3440533290cc32487 (patch) | |
tree | b50f5930cd89d76a90182fd2552ca0122e26f53b /doc/file.n | |
parent | 7a4942625202fbf555fd8b5af2efc295bd6ec34d (diff) | |
download | tcl-8f13382de53a2267263119d3440533290cc32487.zip tcl-8f13382de53a2267263119d3440533290cc32487.tar.gz tcl-8f13382de53a2267263119d3440533290cc32487.tar.bz2 |
* doc/file.n (file readlink): [Bug 3070580]: Typofix.
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |