X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2FWin32.pod;h=37c5cbd43d4172d28759794885a6968c51edb31a;hb=2be4c08b6f13de9eea531f8a8a2229b3bd245b1a;hp=08043e83ec422d990dd19309cb6728e771f7eaa5;hpb=625a29bd030689ee3f060be950e2f2ffc93c94c9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/Win32.pod b/pod/Win32.pod index 08043e8..37c5cbd 100644 --- a/pod/Win32.pod +++ b/pod/Win32.pod @@ -132,8 +132,8 @@ same value. =item Win32::GetLongPathName(PATHNAME) -[CORE] Returns a representaion of PATHNAME comprised of longname -compnents (if any). The result may not necessarily be longer +[CORE] Returns a representaion of PATHNAME composed of longname +components (if any). The result may not necessarily be longer than PATHNAME. No attempt is made to convert PATHNAME to the absolute path. Compare with Win32::GetShortPathName and Win32::GetFullPathName. @@ -156,7 +156,7 @@ for Windows NT. In scalar context it returns just the ID. =item Win32::GetShortPathName(PATHNAME) -[CORE] Returns a representation of PATHNAME comprised only of +[CORE] Returns a representation of PATHNAME composed only of short (8.3) path components. The result may not necessarily be shorter than PATHNAME. Compare with Win32::GetFullPathName and Win32::GetLongPathName.