diff options
Diffstat (limited to 'doc/Environment.3')
-rw-r--r-- | doc/Environment.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Environment.3 b/doc/Environment.3 index 5b7ff29..feda8a6 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.1.18.1 2005/05/03 17:53:41 dgp Exp $ '\" .so man.macros .TH Tcl_PutEnv 3 "7.5" Tcl "Tcl Library Procedures" @@ -19,8 +19,8 @@ int \fBTcl_PutEnv\fR(\fIstring\fR) .SH ARGUMENTS .AP "CONST char" *string in -Info about environment variable in the form NAME=value. The string is -in native format. +Info about environment variable in the form NAME=value. +The \fIstring\fR argument is in the system encoding. .BE .SH DESCRIPTION |