diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-11-10 17:57:30 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-11-10 17:57:30 (GMT) |
commit | 5712fecd971bc4528ae335bd91d588df88d5ef82 (patch) | |
tree | 018359c0e0172f387b105a97d7c969b0aab004b9 /doc | |
parent | fce9e95f9fcaf90587b556ee2de2ba36a2d81f42 (diff) | |
download | tcl-5712fecd971bc4528ae335bd91d588df88d5ef82.zip tcl-5712fecd971bc4528ae335bd91d588df88d5ef82.tar.gz tcl-5712fecd971bc4528ae335bd91d588df88d5ef82.tar.bz2 |
* doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich
* library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>.
* library/platform/shell.tcl: Updated the LOCATE command in the
* library/tm.tcl: package 'platform::shell' to handle the new form
* unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped
* win/Makefile.in: package to version 1.1.4. Added cross-references
to the relevant parts of the code to avoid future desynchronization.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform_shell.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/platform_shell.n b/doc/platform_shell.n index 995467e..16fa364 100644 --- a/doc/platform_shell.n +++ b/doc/platform_shell.n @@ -1,20 +1,20 @@ '\" -'\" Copyright (c) 2006 ActiveState Software Inc +'\" Copyright (c) 2006-2008 ActiveState Software Inc '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: platform_shell.n,v 1.6 2008/03/26 09:59:22 dkf Exp $ +'\" RCS: @(#) $Id: platform_shell.n,v 1.7 2008/11/10 17:57:30 andreas_kupries Exp $ '\" .so man.macros -.TH "platform::shell" n 1.1.3 platform::shell "Tcl Bundled Packages" +.TH "platform::shell" n 1.1.4 platform::shell "Tcl Bundled Packages" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME platform::shell \- System identification support code and utilities .SH SYNOPSIS .nf -\fBpackage require platform::shell ?1.1.3?\fR +\fBpackage require platform::shell ?1.1.4?\fR .sp \fBplatform::shell::generic \fIshell\fR \fBplatform::shell::identify \fIshell\fR |