diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-09-18 23:14:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-09-18 23:14:19 (GMT) |
commit | 069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a (patch) | |
tree | 6ee961d913febbd56e1fd7366e6f0cec1d21c5aa | |
parent | 7366513913d13b8f2545a5c3509c457897a552ed (diff) | |
download | tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.zip tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.tar.gz tcl-069e4bbf42e885f83b8bd9264b1e74d0aaf47c0a.tar.bz2 |
* doc/file.n (file readlink): [Bug 3070580]: Typofix.
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | doc/file.n | 4 |
2 files changed, 11 insertions, 7 deletions
@@ -1,15 +1,19 @@ +2010-09-19 Donal K. Fellows <dkf@users.sf.net> + + * doc/file.n (file readlink): [Bug 3070580]: Typofix. + 2010-09-18 Jan Nijtmans <nijtmans@users.sf.net> - * win/tclWinFCmd.c [Bug 3069278]: breakage on head Windows triggered - by install-tzdata. Temporary don't compile this with -DUNICODE, - while investigating this bug. + * win/tclWinFCmd.c [Bug 3069278]: Breakage on head Windows triggered + by install-tzdata. Temporary don't compile this with -DUNICODE, while + investigating this bug. 2010-09-16 Jeff Hobbs <jeffh@ActiveState.com> - * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all + * win/tclWinFile.c: Remove define of FINDEX_INFO_LEVELS as all supported versions of compilers should now have it. - * unix/Makefile.in: do not pass current build env vars when using + * unix/Makefile.in: Do not pass current build env vars when using NATIVE_TCLSH in targets. 2010-09-16 Jan Nijtmans <nijtmans@users.sf.net> @@ -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 |