X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWin32.pod;h=842e484fc671a97ed6a7affd437152f01b07e4fa;hb=cb49b31f4c369cd12097a08c45c1d3cba3657976;hp=f242eccc2f725396f13ef1d5a3e8b09501199ed7;hpb=d12db45c09c7b1994500d95b22b3635ca28bfffb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Win32.pod b/lib/Win32.pod index f242ecc..842e484 100644 --- a/lib/Win32.pod +++ b/lib/Win32.pod @@ -43,9 +43,8 @@ yourself. =item Win32::DomainName() [CORE] Returns the name of the Microsoft Network domain that the -owner of the current perl process is logged into. This information -is not available to 32 bit programs on Win 9X. Therefore this function -will return C on these systems. +owner of the current perl process is logged into. This function does +B work on Windows 9x. =item Win32::ExpandEnvironmentStrings(STRING) @@ -176,7 +175,9 @@ function. system boot. Resolution is limited to system timer ticks (about 10ms on WinNT and 55ms on Win9X). -=item Win32::InitiateSystemShutdown(MACHINE, MESSAGE, TIMEOUT, FORCECLOSE, REBOOT) +=item Win32::InitiateSystemShutdown + +(MACHINE, MESSAGE, TIMEOUT, FORCECLOSE, REBOOT) [EXT] Shutsdown the specified MACHINE, notifying users with the supplied MESSAGE, within the specified TIMEOUT interval. Forces