diff options
Diffstat (limited to 'doc/Environment.3')
-rw-r--r-- | doc/Environment.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Environment.3 b/doc/Environment.3 index 93df3c2..e11f32d 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.4 2004/10/07 15:15:37 dkf Exp $ +'\" RCS: @(#) $Id: Environment.3,v 1.5 2005/05/03 18:07:42 dgp Exp $ '\" .so man.macros .TH Tcl_PutEnv 3 "7.5" Tcl "Tcl Library Procedures" @@ -16,12 +16,12 @@ Tcl_PutEnv \- procedures to manipulate the environment \fB#include <tcl.h>\fR .sp int -\fBTcl_PutEnv\fR(\fIstring\fR) +\fBTcl_PutEnv\fR(\fIassignment\fR) .SH ARGUMENTS -.AS "const char" *string -.AP "const char" *string in -Info about environment variable in the form NAME=value. The string is -in native format. +.AS "const char" *assignment +.AP "const char" *assignnment in +Info about environment variable in the format NAME=value. +The \fIassignment\fR argument is in the system encoding. .BE .SH DESCRIPTION |