diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-05 17:34:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-05 17:34:10 (GMT) |
commit | f86c19430a6191f9f30cc9309dc9e94c008696e2 (patch) | |
tree | 5e235c6f027b9c59b905fa1e909f776c4fe64e4e | |
parent | 36ea3f27001c99cbc7cb3cae6894efaffe7fb512 (diff) | |
download | tcl-f86c19430a6191f9f30cc9309dc9e94c008696e2.zip tcl-f86c19430a6191f9f30cc9309dc9e94c008696e2.tar.gz tcl-f86c19430a6191f9f30cc9309dc9e94c008696e2.tar.bz2 |
typo fixes
-rw-r--r-- | doc/filename.n | 4 | ||||
-rw-r--r-- | unix/tcl.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/filename.n b/doc/filename.n index 02b102f..bf70bc4 100644 --- a/doc/filename.n +++ b/doc/filename.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: filename.n,v 1.7.12.1 2004/10/27 12:52:40 dkf Exp $ +'\" RCS: @(#) $Id: filename.n,v 1.7.12.2 2007/11/05 17:34:10 dgp Exp $ '\" .so man.macros .TH filename n 7.5 Tcl "Tcl Built-In Commands" @@ -148,7 +148,7 @@ following examples illustrate various forms of path names: Absolute UNC path to a file called \fBfile\fR in the root directory of the export point \fBshare\fR on the host \fBHost\fR. Note that repeated use of \fBfile dirname\fR on this path will give -\fB//Host/share\fR, and will never give just /fB//Host/fR. +\fB//Host/share\fR, and will never give just \fB//Host/fR. .TP 15 \fBc:foo\fR Volume-relative path to a file \fBfoo\fR in the current directory on drive diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 94b1cc0..51809fd 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -891,7 +891,7 @@ AC_DEFUN([SC_CONFIG_SYSTEM], [ # results, and the version is kept in special file). if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then - tcl_cv_sys_version=MP-RAS-`awk '{print [$]3}' /etc/.relid` + tcl_cv_sys_version=MP-RAS-`awk '{print $[3]}' /etc/.relid` fi if test "`uname -s`" = "AIX" ; then tcl_cv_sys_version=AIX-`uname -v`.`uname -r` |