From: Abhijit Menon-Sen Date: Sun, 23 Sep 2001 16:32:11 +0000 (+0000) Subject: Additional minor chdir() tweak. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4ad75f09b5fc5e6ccb03319ee0b8db133c8ce04;p=p5sagit%2Fp5-mst-13.2.git Additional minor chdir() tweak. p4raw-id: //depot/perl@12160 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 340e15c..69e44ff 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -563,9 +563,9 @@ previous time C was called. 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}>. (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. +variable C<$ENV{SYS$LOGIN}> is also checked, and used if it is set.) If +neither is set, C does nothing. It returns true upon success, +false otherwise. See the example under C. =item chmod LIST