diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-04-08 19:11:32 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-04-08 19:11:32 (GMT) |
commit | bf46b0546f32b8e90f6d448efcbc45213ad75d27 (patch) | |
tree | b8172852248956e5483ca83b73eef9a4a7ae2001 /doc/platform.n | |
parent | 5d6bed5903c5448fb571d77aeb25ef24d9c36d47 (diff) | |
download | tcl-bf46b0546f32b8e90f6d448efcbc45213ad75d27.zip tcl-bf46b0546f32b8e90f6d448efcbc45213ad75d27.tar.gz tcl-bf46b0546f32b8e90f6d448efcbc45213ad75d27.tar.bz2 |
* library/platform/platform.tcl: Extended the darwin sections to
* library/platform/pkgIndex.tcl: add a kernel version number to
* unix/Makefile.in: the identifier for anything from Leopard (10.5)
* win/Makefile.in: on up. Extended patterns for same. Extended cpu
* doc/platform.n: recognition for 64bit Tcl running on a 32bit
kernel on a 64bit processor (By Daniel Steffen). Bumped version to
1.0.4. Updated Makefiles.
Diffstat (limited to 'doc/platform.n')
-rw-r--r-- | doc/platform.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/platform.n b/doc/platform.n index eaf7d78..3f10506 100644 --- a/doc/platform.n +++ b/doc/platform.n @@ -4,17 +4,17 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: platform.n,v 1.5 2008/03/26 09:59:22 dkf Exp $ +'\" RCS: @(#) $Id: platform.n,v 1.5.2.1 2009/04/08 19:11:44 andreas_kupries Exp $ '\" .so man.macros -.TH "platform" n 1.0.3 platform "Tcl Bundled Packages" +.TH "platform" n 1.0.4 platform "Tcl Bundled Packages" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME platform \- System identification support code and utilities .SH SYNOPSIS .nf -\fBpackage require platform ?1.0.3?\fR +\fBpackage require platform ?1.0.4?\fR .sp \fBplatform::generic\fR \fBplatform::identify\fR |