diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-11-10 17:57:10 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-11-10 17:57:10 (GMT) |
commit | 1a689ba82658d24a00cc016d1175dc7ed959a167 (patch) | |
tree | 2220b38ad18f3738d8b91a666ee3e0244ec75a5f /doc/platform_shell.n | |
parent | b3062216f2dec1c08dbe11dc8bafd35dff15af20 (diff) | |
download | tcl-1a689ba82658d24a00cc016d1175dc7ed959a167.zip tcl-1a689ba82658d24a00cc016d1175dc7ed959a167.tar.gz tcl-1a689ba82658d24a00cc016d1175dc7ed959a167.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/platform_shell.n')
-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..37c2127 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.6.2.1 2008/11/10 17:57:10 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 |