mention ftp/rsync access to repository in perlhack
[p5sagit/p5-mst-13.2.git] / pod / Win32.pod
index a0bf040..37c5cbd 100644 (file)
@@ -32,12 +32,13 @@ only available in the ActivePerl binary distribution.
 
 =item Win32::CopyFile(FROM, TO, OVERWRITE)
 
-The Win32::CopyFile() function copies an existing file to a new file. All
-file information like creation time and file attributes will be copied to
-the new file. However it will B<not> copy the security information. If the
-destination file already exists it will only be overwritten when the
-OVERWRITE parameter is true. But even this will not overwrite a read-only
-file; you have to unlink() it first yourself.
+[CORE] The Win32::CopyFile() function copies an existing file to a new
+file. All file information like creation time and file attributes will
+be copied to the new file. However it will B<not> copy the security
+information. If the destination file already exists it will only be
+overwritten when the OVERWRITE parameter is true. But even this will
+not overwrite a read-only file; you have to unlink() it first
+yourself.
 
 =item Win32::DomainName()
 
@@ -121,7 +122,7 @@ convert 8.3 components in the supplied FILENAME to longnames or
 vice-versa.  Compare with Win32::GetShortPathName and
 Win32::GetLongPathName.  
 
-This function has been added for Perl 5.006.
+This function has been added for Perl 5.6.
 
 =item Win32::GetLastError()
 
@@ -131,13 +132,13 @@ 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.
 
-This function has been added for Perl 5.006.
+This function has been added for Perl 5.6.
 
 =item Win32::GetNextAvailDrive()
 
@@ -155,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.
@@ -207,7 +208,7 @@ the SID type.
 
 =item Win32::LookupAccountSID(SYSTEM, SID, ACCOUNT, DOMAIN, SIDTYPE)
 
-[EXT] ]Looks up SID on SYSTEM and returns the account name, domain name,
+[EXT] Looks up SID on SYSTEM and returns the account name, domain name,
 and the SID type.
 
 =item Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]])
@@ -259,7 +260,7 @@ such a feature is not available under Windows 95.
 
 [CORE] Sets the value of the last error encountered to ERROR. This is
 that value that will be returned by the Win32::GetLastError()
-function. This functions has been added for Perl 5.006.
+function. This functions has been added for Perl 5.6.
 
 =item Win32::Sleep(TIME)