diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-08 02:55:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-08 02:55:47 (GMT) |
commit | eb476fdf9350b70cf8ab1ec90ad848dec9d1b75b (patch) | |
tree | caa73061d234001fa4a8dd8b7c220d1d5420a6ea /doc/tclvars.n | |
parent | 738fe7424e7be63a02664f8cef5ccefe0b0974c1 (diff) | |
parent | 48ae7e42c1bd6a104c78d737fd6b826a1a4ee7bd (diff) | |
download | tcl-dgp_read_bytes.zip tcl-dgp_read_bytes.tar.gz tcl-dgp_read_bytes.tar.bz2 |
Merge 8.5.dgp_read_bytes
Diffstat (limited to 'doc/tclvars.n')
-rw-r--r-- | doc/tclvars.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tclvars.n b/doc/tclvars.n index b3e1bee..84823e0 100644 --- a/doc/tclvars.n +++ b/doc/tclvars.n @@ -284,8 +284,8 @@ was compiled with threads enabled. \fBuser\fR This identifies the current user based on the login information available on the platform. -This comes from the USER or LOGNAME environment variable on Unix, -and the value from GetUserName on Windows. +This value comes from the getuid() and getpwuid() system calls on Unix, +and the value from the GetUserName() system call on Windows. .TP \fBwordSize\fR This gives the size of the native-machine word in bytes (strictly, it |