From: Jarkko Hietaniemi Date: Tue, 23 Jan 2001 15:11:04 +0000 (+0000) Subject: Document the mkdir trailing slashes case. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc1852e86ffe691532acd06056adaae78b720a30;p=p5sagit%2Fp5-mst-13.2.git Document the mkdir trailing slashes case. p4raw-id: //depot/perl@8529 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9228fdb..0d620d9 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2529,6 +2529,11 @@ The exceptions to this rule are when the file or directory should be kept private (mail files, for instance). The perlfunc(1) entry on C discusses the choice of MASK in more detail. +Note that according to the POSIX 1003.1-1996 the FILENAME may have any +number of trailing slashes. Some operating and filesystems do not get +this right, so Perl automatically removes all trailing slashes to keep +everyone happy. + =item msgctl ID,CMD,ARG Calls the System V IPC function msgctl(2). You'll probably have to say