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 | c70e3f35d96d064ca386de9c887d012ee9f09581 (patch) | |
tree | 2220b38ad18f3738d8b91a666ee3e0244ec75a5f /doc/platform_shell.n | |
parent | b4b9c72ffe9399fb93058c4466000284bf534a80 (diff) | |
download | tcl-c70e3f35d96d064ca386de9c887d012ee9f09581.zip tcl-c70e3f35d96d064ca386de9c887d012ee9f09581.tar.gz tcl-c70e3f35d96d064ca386de9c887d012ee9f09581.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 |