diff options
author | dgp <dgp@users.sourceforge.net> | 2001-12-10 15:50:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-12-10 15:50:46 (GMT) |
commit | 2509c4647a862758676661f35e5e16d3e08ca162 (patch) | |
tree | 14f39e6f616fa7c6e1322285b7513c0ea2df1327 /doc/file.n | |
parent | 22f99d42b260461aacb728ca3326315bd4eb2041 (diff) | |
download | tcl-2509c4647a862758676661f35e5e16d3e08ca162.zip tcl-2509c4647a862758676661f35e5e16d3e08ca162.tar.gz tcl-2509c4647a862758676661f35e5e16d3e08ca162.tar.bz2 |
* Several typo and formatting corrections discovered
during conversion to TMML. Thanks to Joe English. [Patch 490514]
Diffstat (limited to 'doc/file.n')
-rw-r--r-- | doc/file.n | 6 |
1 files changed, 3 insertions, 3 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.12 2001/11/19 17:45:12 vincentdarley Exp $ +'\" RCS: @(#) $Id: file.n,v 1.13 2001/12/10 15:50:47 dgp Exp $ '\" .so man.macros .TH file n 8.3 Tcl "Tcl Built-In Commands" @@ -259,9 +259,9 @@ Returns the value of the symbolic link given by \fIname\fR (i.e. the name of the file it points to). If \fIname\fR isn't a symbolic link or its value cannot be read, then an error is returned. On systems that don't support symbolic links this option is undefined. -.PP +.TP \fBfile rename \fR?\fB\-force\fR? ?\fB\-\|\-\fR? \fIsource\fR \fItarget\fR -.br +.TP \fBfile rename \fR?\fB\-force\fR? ?\fB\-\|\-\fR? \fIsource\fR ?\fIsource\fR ...? \fItargetDir\fR .RS The first form takes the file or directory specified by pathname |