From: Abhijit Menon-Sen Date: Sun, 23 Sep 2001 07:11:46 +0000 (+0000) Subject: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffce7b87576a6bbdec03658f58f16de7401d199a;p=p5sagit%2Fp5-mst-13.2.git Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested by Blair Zajac. p4raw-id: //depot/perl@12154 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 2c198c1..340e15c 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -560,11 +560,12 @@ previous time C was called. =item chdir EXPR -Changes the working directory to EXPR, if possible. If EXPR is omitted, +Changes the working directory to EXPR, if possible. If EXPR is omitted, changes to the directory specified by C<$ENV{HOME}>, if set; if not, -changes to the directory specified by C<$ENV{LOGDIR}>. If neither is -set, C does nothing. It returns true upon success, false -otherwise. See the example under C. +changes to the directory specified by C<$ENV{LOGDIR}>. (Under VMS, the +variable C<$ENV{SYS$LOGIN}> is used instead.) If neither is set, +C does nothing. It returns true upon success, false otherwise. +See the example under C. =item chmod LIST