diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-01 09:50:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-01 09:50:43 (GMT) |
commit | 16b932f7c4cf8850d44cd00d7759e513af539903 (patch) | |
tree | 41dbbdb8a4bdf1c77cb9cccbe6cbeca2a945d0f9 /doc/Environment.3 | |
parent | 05da5a98f0de68b9da67eb1d881ebe9a173741f8 (diff) | |
download | tcl-16b932f7c4cf8850d44cd00d7759e513af539903.zip tcl-16b932f7c4cf8850d44cd00d7759e513af539903.tar.gz tcl-16b932f7c4cf8850d44cd00d7759e513af539903.tar.bz2 |
Correct some abbreviation usage.
Diffstat (limited to 'doc/Environment.3')
-rw-r--r-- | doc/Environment.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Environment.3 b/doc/Environment.3 index 5b7ff29..13afd7c 100644 --- a/doc/Environment.3 +++ b/doc/Environment.3 @@ -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: Environment.3,v 1.1 2001/04/04 21:32:18 andreas_kupries Exp $ +'\" RCS: @(#) $Id: Environment.3,v 1.2 2004/09/01 09:50:45 dkf Exp $ '\" .so man.macros .TH Tcl_PutEnv 3 "7.5" Tcl "Tcl Library Procedures" @@ -28,7 +28,7 @@ in native format. \fBTcl_PutEnv\fR sets an environment variable. The information is passed in a single string of the form NAME=value. This procedure is intended to be a stand-in for the UNIX \fBputenv\fR system call. All -tcl-based applications using \fBputenv\fR should redefine it to +Tcl-based applications using \fBputenv\fR should redefine it to \fBTcl_PutEnv\fR so that they will interface properly to the Tcl runtime. |